mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-02 02:29:16 -05:00
s/values/itervalues/
This commit is contained in:
parent
0a4bca4134
commit
5aaa3189d5
@ -505,7 +505,7 @@ class FederationHandler(BaseHandler):
|
|||||||
# membership states for the requesting server to determine
|
# membership states for the requesting server to determine
|
||||||
# if the server is either in the room or has been invited
|
# if the server is either in the room or has been invited
|
||||||
# into the room.
|
# into the room.
|
||||||
for ev in state.values():
|
for ev in state.itervalues():
|
||||||
if ev.type != EventTypes.Member:
|
if ev.type != EventTypes.Member:
|
||||||
continue
|
continue
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user