Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 042e479

Browse files
Remove dont_notify from the .m.rule.room.server_acl rule (#12849)
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 6855024 commit 042e479

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/12849.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove `dont_notify` from the `.m.rule.room.server_acl` rule.

synapse/push/baserules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def make_base_prepend_rules(
292292
"_cache_key": "_room_server_acl",
293293
}
294294
],
295-
"actions": ["dont_notify"],
295+
"actions": [],
296296
},
297297
]
298298

0 commit comments

Comments
 (0)