This commit is contained in:
Erik Johnston 2015-04-28 17:23:53 +01:00
parent d98edb548a
commit 0126ef7f3c

View file

@ -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",