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

Add documentation for new UIFeature flag regarding room history settings
This commit is contained in:
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

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.