1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-11 02:16:50 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Nick Mills-Barrett
0506bb100e
Remove get rooms for user with stream ordering (#13991)
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.
2022-10-04 16:42:59 +01:00