Skip to content

Commit

Permalink
Update proposals/4028-push-all-encrypted-events-except-for-muted-room…
Browse files Browse the repository at this point in the history
…s.md

Co-authored-by: Patrick Cloke <[email protected]>
  • Loading branch information
giomfo and clokep authored Sep 27, 2023
1 parent 48fe894 commit bac66b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ A new predefined **override** push rule (`.m.rule.encrypted_event`) is added jus
"enabled": true,
"conditions": [
{
"kind": "event_match",
"kind": "event_property_is",
"key": "type",
"pattern": "m.room.encrypted"
"value": "m.room.encrypted"
}
],
"actions": ["notify"]
Expand Down

0 comments on commit bac66b8

Please sign in to comment.