mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Add missing full stops
This commit is contained in:
parent
6403d28310
commit
d086ec8dfd
|
|
@ -189,7 +189,7 @@ actions are defined:
|
||||||
This causes each matching event to generate a notification.
|
This causes each matching event to generate a notification.
|
||||||
|
|
||||||
`dont_notify`
|
`dont_notify`
|
||||||
This prevents each matching event from generating a notification
|
This prevents each matching event from generating a notification.
|
||||||
|
|
||||||
`coalesce`
|
`coalesce`
|
||||||
This enables notifications for matching events but activates homeserver
|
This enables notifications for matching events but activates homeserver
|
||||||
|
|
@ -227,7 +227,7 @@ light on a mobile device.
|
||||||
Actions that have no parameters are represented as a string. Otherwise,
|
Actions that have no parameters are represented as a string. Otherwise,
|
||||||
they are represented as a dictionary with a key equal to their name and
|
they are represented as a dictionary with a key equal to their name and
|
||||||
other keys as their parameters, e.g.
|
other keys as their parameters, e.g.
|
||||||
`{ "set_tweak": "sound", "value": "default" }`
|
`{ "set_tweak": "sound", "value": "default" }`.
|
||||||
|
|
||||||
###### Conditions
|
###### Conditions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue