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

Commit c9786d5

Browse files
committed
Default rules should start with a dot
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
1 parent 2b94477 commit c9786d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

synapse/push/baserules.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def make_base_prepend_rules(
240240
},
241241
# Enable notifications for replies without fallback
242242
{
243-
"rule_id": "global/override/im.nheko.msc3664.reply",
243+
"rule_id": "global/override/.im.nheko.msc3664.reply",
244244
"conditions": [
245245
# Only send notification if the reply is to your message
246246
{
@@ -384,7 +384,7 @@ def make_base_prepend_rules(
384384
},
385385
# Enable notifications for replies without fallback
386386
{
387-
"rule_id": "global/override/im.nheko.msc3664.reply",
387+
"rule_id": "global/override/.im.nheko.msc3664.reply",
388388
"conditions": [
389389
# Only send notification if the reply is to your message
390390
{

0 commit comments

Comments
 (0)