summary refs log tree commit diff
path: root/synapse/push/action_generator.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/push/action_generator.py
parentMake notifications go quicker (diff)
downloadsynapse-63485b30298f906efbdbe39311dd7503101e7602.tar.xz
Re-enable urnead notifications
Diffstat (limited to 'synapse/push/action_generator.py')
-rw-r--r--synapse/push/action_generator.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/push/action_generator.py b/synapse/push/action_generator.py

index 73467f3adc..4cf94f6c61 100644 --- a/synapse/push/action_generator.py +++ b/synapse/push/action_generator.py
@@ -36,9 +36,6 @@ class ActionGenerator: @defer.inlineCallbacks def handle_push_actions_for_event(self, event, handler): - # Temporarily disable notifications due to performance concerns. - return - if event.type == EventTypes.Redaction and event.redacts is not None: yield self.store.remove_push_actions_for_event_id( event.room_id, event.redacts