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

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Sep 15, 2017
1 parent 3a0cee2 commit 4a94eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def get_user_ids_changed(self, user_id, from_token):
etype, state_key = key
if etype != EventTypes.Member:
continue
possibly_changed.append(state_key)
possibly_changed.add(state_key)
break

# If there has been any change in membership, include them in the
Expand Down

0 comments on commit 4a94eb3

Please sign in to comment.