-
-
Notifications
You must be signed in to change notification settings - Fork 612
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop requesting room keys from other users (#2982)
* Refactor the room key handling method * Fix the forwarded room key test to use the same user ids. We have some tests that check if receiving a forwarded room key works. These claim to use the same user id, but in fact they change the user id in the last moment before the event is passed into the client. Let's change this so we're always operating with the same user id. * Stop requesting room keys from other users We never accept such room keys, so there isn't a point in requesting them. * fixup! Refactor the room key handling method * Apply suggestions from code review Co-authored-by: Richard van der Hoff <[email protected]> * fixup! Refactor the room key handling method * fixup! Apply suggestions from code review * fixup! Refactor the room key handling method --------- Co-authored-by: Richard van der Hoff <[email protected]>
- Loading branch information
Showing
3 changed files
with
365 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.