anonymousland-synapse/synapse/storage/controllers
Erik Johnston 3dfc4a08dc
Fix performance regression in get_users_in_room (#13972)
Fixes #13942. Introduced in #13575.

Basically, let's only get the ordered set of hosts out of the DB if we need an ordered set of hosts. Since we split the function up the caching won't be as good, but I think it will still be fine as e.g. multiple backfill requests for the same room will hit the cache.
2022-09-30 13:15:32 +01:00
..
__init__.py Don't pull out state in compute_event_context for unconflicted state (#13267) 2022-07-14 13:57:02 +00:00
persist_events.py fix: Push notifications for invite over federation (#13719) 2022-09-28 12:31:53 +00:00
purge_events.py Rename storage classes (#12913) 2022-05-31 12:17:50 +00:00
state.py Fix performance regression in get_users_in_room (#13972) 2022-09-30 13:15:32 +01:00