From 321c054366a009ea73ee05bc5bd44686443da246 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 13 Sep 2019 17:52:30 +0100 Subject: [PATCH] Revert #6034 as people want badges more than they don't want push --- synapse/push/baserules.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/synapse/push/baserules.py b/synapse/push/baserules.py index 796fa29751..286374d0b5 100644 --- a/synapse/push/baserules.py +++ b/synapse/push/baserules.py @@ -335,11 +335,6 @@ BASE_APPEND_UNDERRIDE_RULES = [ "_id": "_message", } ], - # default to not notifying for group chats - # see https://github.com/vector-im/riot-web/issues/3268 - # we can't do this on existing servers because we need to - # add per-user overrides to preserve their existing behaviour - "enabled": False, "actions": ["notify", {"set_tweak": "highlight", "value": False}], }, # XXX: this is going to fire for events which aren't m.room.messages