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

Fix typo

parent d98edb54
No related branches found
No related tags found
No related merge requests found
...@@ -881,7 +881,7 @@ class PresenceEventSource(object): ...@@ -881,7 +881,7 @@ class PresenceEventSource(object):
if serial < from_key: if serial < from_key:
break break
latest_serial = max(cached.serial, serial) latest_serial = max(latest_serial, serial)
for u in user_ids: for u in user_ids:
updates.append({ updates.append({
"type": "m.presence", "type": "m.presence",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment