mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-13 06:54:10 +01:00
Add that rules with no conditions always match.
This commit is contained in:
parent
246531813b
commit
7a0f7b4b43
|
|
@ -147,8 +147,9 @@ Push Rules: Conditions:
|
||||||
-----------------------
|
-----------------------
|
||||||
Override, Underride and Default rules have a list of 'conditions'. All
|
Override, Underride and Default rules have a list of 'conditions'. All
|
||||||
conditions must hold true for an event in order for a rule to be applied to an
|
conditions must hold true for an event in order for a rule to be applied to an
|
||||||
event. Matrix specifies the following conditions, although if Home Servers wish
|
event. A rule with no conditions always matches. Matrix specifies the following
|
||||||
to support others, they are free to do so:
|
conditions, although if Home Servers wish to support others, they are free to
|
||||||
|
do so:
|
||||||
|
|
||||||
event_match
|
event_match
|
||||||
This is a glob pattern match on a field of the event. Parameters:
|
This is a glob pattern match on a field of the event. Parameters:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue