From 935fa084c51e4a68870e43e731b3ad22cfbeccce Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 29 Oct 2021 13:12:36 +0300 Subject: [PATCH] matrix/Element/config.json: enable DND --- matrix/Element/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/matrix/Element/config.json b/matrix/Element/config.json index 414d15b..ef29563 100644 --- a/matrix/Element/config.json +++ b/matrix/Element/config.json @@ -12,6 +12,7 @@ "feature_custom_status": "enable", "feature_presence_in_room_list": "enable", "feature_dehydration": "enable", + "feature_dnd": "enable", "feature_new_layout_switcher": "enable", "feature_thread": "enable", "feature_spaces": "enable",