diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-01-29 16:41:49 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-01-29 16:41:49 +0000 |
commit | 4ad45f258245344218c5ac9ffcf20052bfdb5ba2 (patch) | |
tree | 2e6e96e3b573185ab66a8855b607fb9190a2a4a2 /synapse | |
parent | Move typing notifs to an "emphermal" event list on the room object (diff) | |
download | synapse-4ad45f258245344218c5ac9ffcf20052bfdb5ba2.tar.xz |
Fix indent
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/handlers/sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py index 3860c3c95b..8c7681a48d 100644 --- a/synapse/handlers/sync.py +++ b/synapse/handlers/sync.py @@ -158,7 +158,7 @@ class SyncHandler(BaseHandler): @defer.inlineCallbacks def initial_sync_for_room(self, room_id, sync_config, now_token, - published_room_ids): + published_room_ids): """Sync a room for a client which is starting without any state Returns: A Deferred RoomSyncResult. |