This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Synapse doesn't send out device list updates to previously unseen homeservers when joining a room #11374
Labels
A-Spec-Compliance
places where synapse does not conform to the spec
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
The spec says that:
Which to be clear, means that upon a local user joining a room, we should:
It doesn't appear that Synapse actually does this anywhere, currently.
We also need to do this for presence (#8956), but the current presence-related TODO in the code may be a good inspiration for what a device list related implementation would look like:
synapse/synapse/handlers/presence.py
Lines 1368 to 1379 in 75ca0a6
The text was updated successfully, but these errors were encountered: