erikj/paginate_sync
Erik Johnston 2016-06-24 11:11:53 +01:00
parent bf0edf7a16
commit 62050d2dfb
1 changed files with 3 additions and 0 deletions

View File

@ -1456,6 +1456,9 @@ class RoomSyncResultBuilder(object):
self.since_token = since_token
self.upto_token = upto_token
# Should this room always be included in the sync?
self.always_include = False
# If we send down this room, should we send down the full state?
self.would_require_resync = False
# Should the client consider this room "synced"?
self.synced = True