mirror of
https://github.com/matrix-org/synapse.git
synced 2025-12-13 21:31:36 +01:00
Fix typo
This commit is contained in:
parent
8cb44da4aa
commit
02a1296ad6
@ -1390,8 +1390,8 @@ class SyncHandler(object):
|
|||||||
# If the membership's stream ordering is after the given stream
|
# If the membership's stream ordering is after the given stream
|
||||||
# ordering, we need to go and work out if the user was in the room
|
# ordering, we need to go and work out if the user was in the room
|
||||||
# before.
|
# before.
|
||||||
for room_id, membeship_stream_ordering in joined_rooms:
|
for room_id, membership_stream_ordering in joined_rooms:
|
||||||
if membeship_stream_ordering <= stream_ordering:
|
if membership_stream_ordering <= stream_ordering:
|
||||||
joined_room_ids.add(room_id)
|
joined_room_ids.add(room_id)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user