-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a test for device list updates of local users coming down /sync #305
Conversation
6f93abe
to
49c62d0
Compare
49c62d0
to
1a8c6c1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use whoami and dendrite should be happier too.
Have updated, however it looks like Dendrite doesn't support the v3 version of the |
No, I'll just add v3 to Dendrite and merge this when it has landed, assuming you're happy. |
@kegsay Yep ok, sounds good to me! |
This has taken a bit longer than planned because it's kinda annoying to actually do this using |
Tests still failing because |
Basically include `is_guest` and `device_id`. The latter is needed for matrix-org/complement#305
Basically include `is_guest` and `device_id`. The latter is needed for matrix-org/complement#305
Tests should pass now. |
This PR adds a test that: checks device list changes are propagated to other users on the local homeserver, if those users share a room.
This was created in part to help test matrix-org/synapse#11905, until I realised that we're going to need to reach deeper into Synapse in order to do what we want.
Still, this is hopefully useful.