mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-14 07:04:09 +02:00
Extend the logic to clients
This commit is contained in:
parent
6c310ca087
commit
c7b387c589
|
|
@ -187,10 +187,10 @@ other keys as their parameters, e.g.
|
||||||
###### Historical Actions
|
###### Historical Actions
|
||||||
|
|
||||||
Older versions of the Matrix specification included the `dont_notify` and
|
Older versions of the Matrix specification included the `dont_notify` and
|
||||||
`coalesce` actions. Homeservers MUST ignore these actions by stripping them
|
`coalesce` actions. Clients and homeservers MUST ignore these actions, for
|
||||||
from any actions array they encounter. This means that setting the actions
|
instance, by stripping them from actions arrays they encounter. This means,
|
||||||
on a rule to e.g. `["dont_notify"]` MUST be equivalent to setting an empty
|
for example, that a rule with `["dont_notify"]` actions MUST be equivalent
|
||||||
actions array.
|
to a rule with an empty actions array.
|
||||||
|
|
||||||
##### Conditions
|
##### Conditions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue