summary refs log tree commit diff
path: root/changelog.d/13991.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.70.0rc1Erik Johnston2022-10-191-1/+0
|
* Remove get rooms for user with stream ordering (#13991)Nick Mills-Barrett2022-10-041-0/+1
By getting the joined rooms before the current token we avoid any reading history to confirm a user *was* in a room. We can then use any membership change events, which we already fetch during sync, to determine the final list of joined room IDs.