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

Update MSC3786 implementation: Check the state_key (#2429)

This commit is contained in:
Šimon Brandner
2022-06-03 06:06:48 +02:00
committed by GitHub
parent 8711499121
commit 012f6c56e6
2 changed files with 6 additions and 0 deletions

View File

@@ -83,6 +83,11 @@ const DEFAULT_OVERRIDE_RULES: IPushRule[] = [
key: "type",
pattern: EventType.RoomServerAcl,
},
{
kind: ConditionKind.EventMatch,
key: "state_key",
pattern: "",
},
],
actions: [],
},