From a34507f6e134408486feddf4583d0360cfc7ba63 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 23 Jan 2020 17:15:53 -0700 Subject: [PATCH] Remove DMs flag from the config too --- riot.im/develop/config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/riot.im/develop/config.json b/riot.im/develop/config.json index 3614243d09..123b872dc7 100644 --- a/riot.im/develop/config.json +++ b/riot.im/develop/config.json @@ -22,7 +22,6 @@ "feature_dm_verification": "labs", "feature_cross_signing": "labs", "feature_event_indexing": "disable", - "feature_ftue_dms": "labs", "feature_bridge_state": "labs", "feature_presence_in_room_list": "labs" },