0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-05 10:48:46 +02:00
synapse/changelog.d
Patrick Cloke a8da046907
Invalidate the get_users_in_room{_with_profile} caches only when necessary. (#11878)
The get_users_in_room and get_users_in_room_with_profiles
are now only invalidated when the  membership of a room changes,
instead of during any state change in the room.
2022-02-02 12:24:07 -05:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
11215.feature Send to-device messages to application services (#11215) 2022-02-01 14:13:38 +00:00
11615.misc Expose the registered device ID from the register_appservice_user test helper. (#11615) 2022-02-02 09:59:55 +00:00
11655.feature Add a background database update to purge account data for deactivated users. (#11655) 2022-02-02 11:37:18 +00:00
11832.misc Fix type errors introduced by new annotations in the Prometheus Client library. (#11832) 2022-02-02 16:51:00 +00:00
11868.feature Allow modules to retrieve server and worker names (#11868) 2022-02-01 16:23:55 +01:00
11876.misc Describe prune_unread_entries in docstrings (#11876) 2022-02-02 15:11:23 +00:00
11878.misc Invalidate the get_users_in_room{_with_profile} caches only when necessary. (#11878) 2022-02-02 12:24:07 -05:00
11880.misc Convert ApplicationServiceTestCase to use simple_async_mock (#11880) 2022-02-01 17:45:13 +00:00
11884.misc Revert experimental push rules from #7997. (#11884) 2022-02-02 09:49:31 -05:00
11888.misc Disable coverage calculation for olddeps build. (#11888) 2022-02-02 15:59:33 +00:00
11890.bugfix Fix losing incoming EDUs if debug logging enabled (#11890) 2022-02-02 16:25:17 +00:00