Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Send device list updates out to servers in partially joined rooms (#13874) | Sean Quah | 2022-09-23 | 1 | -0/+1 |
Use the provided list of servers in the room from the `/send_join` response, since we will not know which users are in the room. This isn't sufficient to ensure that all remote servers receive the right device list updates, since the `/send_join` response may be inaccurate or we may calculate the membership state of new users in the room incorrectly. Signed-off-by: Sean Quah <seanq@matrix.org> |