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

Commit

Permalink
Remove dont_notify from the .m.rule.room.server_acl rule (#12849)
Browse files Browse the repository at this point in the history
Signed-off-by: Šimon Brandner <[email protected]>
  • Loading branch information
SimonBrandner authored May 24, 2022
1 parent 6855024 commit 042e479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/12849.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove `dont_notify` from the `.m.rule.room.server_acl` rule.
2 changes: 1 addition & 1 deletion synapse/push/baserules.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def make_base_prepend_rules(
"_cache_key": "_room_server_acl",
}
],
"actions": ["dont_notify"],
"actions": [],
},
]

Expand Down

0 comments on commit 042e479

Please sign in to comment.