Skip to content
Snippets Groups Projects
Commit 4a94eb3e authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix typo

parent 3a0cee28
Branches
Tags
No related merge requests found
...@@ -338,7 +338,7 @@ class DeviceHandler(BaseHandler): ...@@ -338,7 +338,7 @@ class DeviceHandler(BaseHandler):
etype, state_key = key etype, state_key = key
if etype != EventTypes.Member: if etype != EventTypes.Member:
continue continue
possibly_changed.append(state_key) possibly_changed.add(state_key)
break break
# If there has been any change in membership, include them in the # If there has been any change in membership, include them in the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment