synapse/changelog.d
Erik Johnston 2b5643b3af
Optimise calculating device_list changes in /sync. (#11974)
For users with large accounts it is inefficient to calculate the set of
users they share a room with (and takes a lot of space in the cache).
Instead we can look at users whose devices have changed since the last
sync and check if they share a room with the syncing user.
2022-02-15 15:01:00 +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
11974.misc Optimise calculating device_list changes in /sync. (#11974) 2022-02-15 15:01:00 +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
11994.misc _auth_and_persist_outliers: drop events we have already seen (#11994) 2022-02-15 14:33:28 +00: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
12000.feature Track cache invalidations (#12000) 2022-02-15 14:31:04 +00:00