Merge pull request #15592 from vector-im/travis/ui-feat/history

Add documentation for new UIFeature flag regarding room history settings
pull/15601/head
Travis Ralston 2020-10-28 21:18:25 -06:00 committed by GitHub
commit 56761020bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -192,3 +192,5 @@ Currently, the following UI feature flags are supported:
useful if accounts are managed externally.
* `UIFeature.advancedEncryption` - Whether or not advanced encryption options are shown to the
user.
* `UIFeature.roomHistorySettings` - Whether or not the room history settings are shown to the user.
This should only be used if the room history visibility options are managed by the server.