mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-17 16:50:14 -04:00
Merge remote-tracking branch 'upstream/release-v1.55'
This commit is contained in:
commit
c5c2c2e099
184 changed files with 4188 additions and 2122 deletions
|
@ -270,7 +270,7 @@ class ReceiptEventSource(EventSource[int, JsonDict]):
|
|||
# Then filter down to rooms that the AS can read
|
||||
events = []
|
||||
for room_id, event in rooms_to_events.items():
|
||||
if not await service.matches_user_in_member_list(room_id, self.store):
|
||||
if not await service.is_interested_in_room(room_id, self.store):
|
||||
continue
|
||||
|
||||
events.append(event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue