summary refs log tree commit diff
path: root/synapse/handlers/sync.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-01-18 14:11:43 +0000
committerErik Johnston <erik@matrix.org>2016-01-18 14:48:30 +0000
commit63485b30298f906efbdbe39311dd7503101e7602 (patch)
treeaa921f265a5bbe3ac6b93358b8f9ea2054904674 /synapse/handlers/sync.py
parentMake notifications go quicker (diff)
downloadsynapse-63485b30298f906efbdbe39311dd7503101e7602.tar.xz
Re-enable urnead notifications
Diffstat (limited to 'synapse/handlers/sync.py')
-rw-r--r--synapse/handlers/sync.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py
index 1942268c3c..52202d8e63 100644
--- a/synapse/handlers/sync.py
+++ b/synapse/handlers/sync.py
@@ -841,9 +841,6 @@ class SyncHandler(BaseHandler):
 
     @defer.inlineCallbacks
     def unread_notifs_for_room_id(self, room_id, sync_config, ephemeral_by_room):
-        # Temporarily disable notifications due to performance concerns.
-        defer.returnValue([])
-
         last_unread_event_id = self.last_read_event_id_for_room_and_user(
             room_id, sync_config.user.to_string(), ephemeral_by_room
         )