diff --git a/changelog.d/12849.misc b/changelog.d/12849.misc new file mode 100644 index 000000000000..4c2a15ce2b58 --- /dev/null +++ b/changelog.d/12849.misc @@ -0,0 +1 @@ +Remove `dont_notify` from the `.m.rule.room.server_acl` rule. \ No newline at end of file diff --git a/synapse/push/baserules.py b/synapse/push/baserules.py index a17b35a605fb..7966d94a0e15 100644 --- a/synapse/push/baserules.py +++ b/synapse/push/baserules.py @@ -290,7 +290,7 @@ def make_base_prepend_rules( "_cache_key": "_room_server_acl", } ], - "actions": ["dont_notify"], + "actions": [], }, ]