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

Commit

Permalink
Default rules should start with a dot
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
  • Loading branch information
deepbluev7 committed Jan 26, 2022
1 parent 2b94477 commit c9786d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synapse/push/baserules.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def make_base_prepend_rules(
},
# Enable notifications for replies without fallback
{
"rule_id": "global/override/im.nheko.msc3664.reply",
"rule_id": "global/override/.im.nheko.msc3664.reply",
"conditions": [
# Only send notification if the reply is to your message
{
Expand Down Expand Up @@ -384,7 +384,7 @@ def make_base_prepend_rules(
},
# Enable notifications for replies without fallback
{
"rule_id": "global/override/im.nheko.msc3664.reply",
"rule_id": "global/override/.im.nheko.msc3664.reply",
"conditions": [
# Only send notification if the reply is to your message
{
Expand Down

0 comments on commit c9786d5

Please sign in to comment.