mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
Add left section to /keys/changes
This commit is contained in:
parent
53cc8ad35a
commit
69ef4987a6
3 changed files with 19 additions and 11 deletions
|
@ -949,7 +949,7 @@ class SyncHandler(object):
|
|||
newly_joined_rooms = []
|
||||
room_entries = []
|
||||
invited = []
|
||||
for room_id, events in mem_change_events_by_room_id.items():
|
||||
for room_id, events in mem_change_events_by_room_id.iteritems():
|
||||
non_joins = [e for e in events if e.membership != Membership.JOIN]
|
||||
has_join = len(non_joins) != len(events)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue