1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-09 10:22:46 +03:00

Remove dont_notify from the .m.rule.room.server_acl rule (#2395)

This commit is contained in:
Šimon Brandner
2022-05-23 20:45:52 +02:00
committed by GitHub
parent 25afb7cb3c
commit 01eee96b29

View File

@@ -84,9 +84,7 @@ const DEFAULT_OVERRIDE_RULES: IPushRule[] = [
pattern: EventType.RoomServerAcl,
},
],
actions: [
PushRuleActionName.DontNotify,
],
actions: [],
},
];