mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 06:54:06 -04:00
Use temporary prefixes as per the MSC
This commit is contained in:
parent
aad40e38e1
commit
df3323a7cf
3 changed files with 5 additions and 3 deletions
|
@ -267,7 +267,7 @@ def _check_actions(actions):
|
|||
raise InvalidRuleException("No actions found")
|
||||
|
||||
for a in actions:
|
||||
if a in ["notify", "dont_notify", "coalesce", "mark_unread"]:
|
||||
if a in ["notify", "dont_notify", "coalesce", "org.matrix.msc2625.mark_unread"]:
|
||||
pass
|
||||
elif isinstance(a, dict) and "set_tweak" in a:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue