add reference to msc3768

Signed-off-by: Kerry Archibald <kerrya@element.io>
kerry/time-based-push-filtering
Kerry Archibald 4 years ago
parent 80d46d273f
commit 1131e67a20

@ -71,11 +71,18 @@ For example, Wednesday morning focus time rule:
}, },
], ],
"actions": [ "actions": [
"dont_notify" "dont_notify" // See note below
] ]
} }
``` ```
**`dont_notify` and Do Not Disturb behaviour**
`dont_notify` will stop badges from being
updated in the client during 'do not disturb' hours, so the user will not be
able to locate messages that were silenced when they are back online.
`notify_in_app` as proposed in
[MSC3768](https://github.com/matrix-org/matrix-spec-proposals/pull/3768) should
be used.
## Potential issues ## Potential issues
- If a user changes timezone their push rules will not automatically update. - If a user changes timezone their push rules will not automatically update.

Loading…
Cancel
Save