From e9f8700d6bd93bf671bb464bc7d83a9cb0fb5639 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 31 Jan 2020 13:36:16 +0000 Subject: [PATCH 1/2] Document padlock flag --- docs/labs.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/labs.md b/docs/labs.md index efe1fc13bc..0f88d898c0 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -93,3 +93,8 @@ tab as the single source of truth just yet. This adds a presence indicator in the room list next to DM rooms where the other person is online. + +## Show padlocks on invite only rooms (`feature_invite_only_padlocks`) + +This adds padlocks to room list tiles and room header for invite only rooms. +This feature flag (unlike most) is enabled by default. From 00fa5aad85b94d7730719fc6482d65b9ab62c964 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 31 Jan 2020 14:31:01 +0000 Subject: [PATCH 2/2] Enable padlock flag by default --- riot.im/develop/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/riot.im/develop/config.json b/riot.im/develop/config.json index de3face7c6..b31fad8324 100644 --- a/riot.im/develop/config.json +++ b/riot.im/develop/config.json @@ -21,6 +21,7 @@ "feature_mjolnir": "labs", "feature_dm_verification": "labs", "feature_cross_signing": "enable", + "feature_invite_only_padlocks": "enable", "feature_event_indexing": "disable", "feature_bridge_state": "labs", "feature_presence_in_room_list": "labs"