From 71206e8e3d5fcf472ee0ea279939177cd743f0ca Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 27 Oct 2020 19:23:06 -0600 Subject: [PATCH] Add documentation for new UIFeature flag regarding room history settings --- docs/config.md | 2 ++ 1 file changed, 2 insertions(+) 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.