pull/3567/head
Matthew Hodgson 2018-03-13 23:46:45 +00:00
parent ccca02846d
commit c9d72e4571
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {