mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
dc9fe61050
When the server leaves a room the `get_rooms_for_user` cache is not correctly invalidated for the remote users in the room. This means that subsequent calls to `get_rooms_for_user` for the remote users would incorrectly include the room (it shouldn't be included because the server no longer knows anything about the room).
2 lines
125 B
Plaintext
2 lines
125 B
Plaintext
Fix long standing bug where `get_rooms_for_user` was not correctly invalidated for remote users when the server left a room.
|