mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
oops
This commit is contained in:
parent
ccca02846d
commit
c9d72e4571
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ class SyncHandler(object):
|
|||
if filter_members:
|
||||
member_state_ids = {
|
||||
t: state_at_timeline_start[t]
|
||||
for t in state_ids if t[0] == EventTypes.Member
|
||||
for t in state_at_timeline_start if t[0] == EventTypes.Member
|
||||
}
|
||||
|
||||
timeline_state = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue