mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 19:04:07 -04:00
Fix typo
This commit is contained in:
parent
3a0cee28d6
commit
4a94eb3ea4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue