We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87913e6 + 00fa5aa commit c3e6a30Copy full SHA for c3e6a30
2 files changed
docs/labs.md
@@ -93,3 +93,8 @@ tab as the single source of truth just yet.
93
94
This adds a presence indicator in the room list next to DM rooms where the other
95
person is online.
96
+
97
+## Show padlocks on invite only rooms (`feature_invite_only_padlocks`)
98
99
+This adds padlocks to room list tiles and room header for invite only rooms.
100
+This feature flag (unlike most) is enabled by default.
riot.im/develop/config.json
@@ -21,6 +21,7 @@
21
"feature_mjolnir": "labs",
22
"feature_dm_verification": "labs",
23
"feature_cross_signing": "enable",
24
+ "feature_invite_only_padlocks": "enable",
25
"feature_event_indexing": "disable",
26
"feature_bridge_state": "labs",
27
"feature_presence_in_room_list": "labs"
0 commit comments