Skip to content

Commit c3e6a30

Browse files
committed
Merge branch 'develop' of git+ssh://github.com/vector-im/riot-web into develop
2 parents 87913e6 + 00fa5aa commit c3e6a30

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/labs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,8 @@ tab as the single source of truth just yet.
9393

9494
This adds a presence indicator in the room list next to DM rooms where the other
9595
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"feature_mjolnir": "labs",
2222
"feature_dm_verification": "labs",
2323
"feature_cross_signing": "enable",
24+
"feature_invite_only_padlocks": "enable",
2425
"feature_event_indexing": "disable",
2526
"feature_bridge_state": "labs",
2627
"feature_presence_in_room_list": "labs"

0 commit comments

Comments
 (0)