synapse/changelog.d
Erik Johnston dc9fe61050
Fix incorrect get_rooms_for_user for remote user (#11999)
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).
2022-02-15 14:26:28 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
11972.misc Add some tests for propagation of device list changes between local users (#11972) 2022-02-15 11:27:56 +00:00
11991.misc Refactor search code to reduce function size. (#11991) 2022-02-15 13:47:05 +00:00
11992.bugfix Fix incorrect thread summaries when the latest event is edited. (#11992) 2022-02-15 08:26:57 -05:00
11997.docker Docker: remove VOLUME directive (#11997) 2022-02-15 13:59:15 +00:00
11999.bugfix Fix incorrect get_rooms_for_user for remote user (#11999) 2022-02-15 14:26:28 +00:00