mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Add comment
This commit is contained in:
parent
7ebf518c02
commit
aa93cb9f44
@ -417,6 +417,9 @@ class RoomMemberStore(SQLBaseStore):
|
||||
if key[0] == EventTypes.Member
|
||||
]
|
||||
|
||||
# We check if we have any of the member event ids in the event cache
|
||||
# before we ask the DB
|
||||
|
||||
event_map = self._get_events_from_cache(
|
||||
member_event_ids,
|
||||
allow_rejected=False,
|
||||
|
Loading…
Reference in New Issue
Block a user