You've already forked matrix-js-sdk
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:
@@ -84,9 +84,7 @@ const DEFAULT_OVERRIDE_RULES: IPushRule[] = [
|
||||
pattern: EventType.RoomServerAcl,
|
||||
},
|
||||
],
|
||||
actions: [
|
||||
PushRuleActionName.DontNotify,
|
||||
],
|
||||
actions: [],
|
||||
},
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user