diff --git a/docs/config.md b/docs/config.md index e557a79214..0e45e14467 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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.