Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Mar 13, 2018
1 parent ccca028 commit c9d72e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ def compute_state_delta(self, room_id, batch, sync_config, since_token, now_toke
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 = {
Expand Down

0 comments on commit c9d72e4

Please sign in to comment.