summary refs log tree commit diff
path: root/changelog.d/13874.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Send device list updates out to servers in partially joined rooms (#13874)Sean Quah2022-09-231-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>