mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-17 00:44:09 +01:00
More indenting for a code block
This commit is contained in:
parent
04b8c661d0
commit
fe5372621e
|
|
@ -182,19 +182,19 @@ with these IDs, their semantics should match those given below:
|
||||||
|
|
||||||
Definition::
|
Definition::
|
||||||
|
|
||||||
{
|
{
|
||||||
'rule_id': '.m.rule.suppress_notices',
|
'rule_id': '.m.rule.suppress_notices',
|
||||||
'conditions': [
|
'conditions': [
|
||||||
{
|
{
|
||||||
'kind': 'event_match',
|
'kind': 'event_match',
|
||||||
'key': 'content.msgtype',
|
'key': 'content.msgtype',
|
||||||
'pattern': 'm.notice',
|
'pattern': 'm.notice',
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
'actions': [
|
'actions': [
|
||||||
'dont-notify',
|
'dont-notify',
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
.m.rule.fallback
|
.m.rule.fallback
|
||||||
Matches any message. Used to define the behaviour of messages that match no
|
Matches any message. Used to define the behaviour of messages that match no
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue