mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-25 18:34:04 +00:00
Fix typo
This commit is contained in:
@@ -881,7 +881,7 @@ class PresenceEventSource(object):
|
||||
if serial < from_key:
|
||||
break
|
||||
|
||||
latest_serial = max(cached.serial, serial)
|
||||
latest_serial = max(latest_serial, serial)
|
||||
for u in user_ids:
|
||||
updates.append({
|
||||
"type": "m.presence",
|
||||
|
||||
Reference in New Issue
Block a user