From b30e3ba6e2334acd40ed274ad705de04ece37f0a Mon Sep 17 00:00:00 2001 From: Kerry Archibald Date: Mon, 11 Apr 2022 10:48:47 +0200 Subject: [PATCH] formatting Signed-off-by: Kerry Archibald --- proposals/3767-time-based-notification-filtering.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/3767-time-based-notification-filtering.md b/proposals/3767-time-based-notification-filtering.md index 3bcb18c0e..098fca74b 100644 --- a/proposals/3767-time-based-notification-filtering.md +++ b/proposals/3767-time-based-notification-filtering.md @@ -76,11 +76,11 @@ For example, Wednesday morning focus time rule: } ``` -**`dont_notify` and Do Not Disturb behaviour** +##### `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 +To silence push notifications but allow discovery of missed messages in app, `notify_in_app` as proposed in [MSC3768](https://github.com/matrix-org/matrix-spec-proposals/pull/3768) should be used.