Merge branch 'develop' of git+ssh://github.com/vector-im/riot-web into develop

pull/12182/head
Matthew Hodgson 2020-01-31 15:22:44 +00:00
commit c3e6a30789
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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"