summary refs log tree commit diff
path: root/synapse/handlers/sync.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-01-04 15:32:00 +0000
committerDavid Baker <dave@matrix.org>2016-01-04 15:32:00 +0000
commitd74c6ace247c31524dacf795108300e53bdbff55 (patch)
tree1b926803b474a92862abb55e1b80c1343b27754b /synapse/handlers/sync.py
parentAdd unread_notif_count in incremental_sync_with_gap (diff)
downloadsynapse-d74c6ace247c31524dacf795108300e53bdbff55.tar.xz
comma
Diffstat (limited to 'synapse/handlers/sync.py')
-rw-r--r--synapse/handlers/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py
index 93c48d167a..2ec42ee503 100644
--- a/synapse/handlers/sync.py
+++ b/synapse/handlers/sync.py
@@ -346,7 +346,7 @@ class SyncHandler(BaseHandler):
             account_data=self.account_data_for_room(
                 room_id, tags_by_room, account_data_by_room
             ),
-            unread_notification_count=notif_count
+            unread_notification_count=notif_count,
         ))
 
     def account_data_for_user(self, account_data):