mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-22 17:54:59 -05:00
oops
This commit is contained in:
parent
ccca02846d
commit
c9d72e4571
@ -542,7 +542,7 @@ class SyncHandler(object):
|
|||||||
if filter_members:
|
if filter_members:
|
||||||
member_state_ids = {
|
member_state_ids = {
|
||||||
t: state_at_timeline_start[t]
|
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 = {
|
timeline_state = {
|
||||||
|
Loading…
Reference in New Issue
Block a user