Skip to content

Commit

Permalink
Explicitly match "true" for auto accept notification suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Mar 8, 2022
1 parent 5ccd5a5 commit d3f7e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/push/baserules.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def make_base_prepend_rules(
{ # with the will_auto_accept field
"kind": "event_match",
"key": "content.fi.mau.will_auto_accept",
"pattern": "*",
"pattern": "true",
"_id": "_will_auto_accept",
},
],
Expand Down

0 comments on commit d3f7e52

Please sign in to comment.