mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 21:54:53 -04:00
Re-enable urnead notifications
This commit is contained in:
parent
f59b564507
commit
63485b3029
3 changed files with 6 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue