mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 04:52:26 +01: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…
Reference in a new issue