Use temporary prefixes as per the MSC

This commit is contained in:
Brendan Abolivier 2020-06-10 20:32:01 +01:00
parent aad40e38e1
commit df3323a7cf
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD
3 changed files with 5 additions and 3 deletions

View file

@ -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