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

Return /sync when something under the 'leave' key has changed

parent d74c4e90
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ class SyncResult(collections.namedtuple("SyncResult", [
events.
"""
return bool(
self.presence or self.joined or self.invited
self.presence or self.joined or self.invited or self.archived
)
GuestRoom = collections.namedtuple("GuestRoom", ("room_id", "membership"))
......
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