mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:36:03 -04:00
Faster room joins: make /joined_members
block whilst the room is partial stated. (#13514)
This commit is contained in:
parent
5442891cbc
commit
c3516e9dec
4 changed files with 22 additions and 1 deletions
|
@ -283,6 +283,9 @@ class RoomMemberWorkerStore(EventsWorkerStore):
|
|||
|
||||
Returns:
|
||||
A mapping from user ID to ProfileInfo.
|
||||
|
||||
Preconditions:
|
||||
- There is full state available for the room (it is not partial-stated).
|
||||
"""
|
||||
|
||||
def _get_users_in_room_with_profiles(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue