From 6d724cb4cb3873f5ebfd6a2baf3c3d797b0a5aba Mon Sep 17 00:00:00 2001 From: Kerry Date: Fri, 2 Dec 2022 16:08:49 +1300 Subject: [PATCH] add docs for UIFeature.BulkUnverifiedSessionsReminder (#23875) --- docs/config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config.md b/docs/config.md index 20c5b6b984..f27e1abb13 100644 --- a/docs/config.md +++ b/docs/config.md @@ -546,6 +546,8 @@ Currently, the following UI feature flags are supported: This should only be used if the room history visibility options are managed by the server. * `UIFeature.TimelineEnableRelativeDates` - Display relative date separators (eg: 'Today', 'Yesterday') in the timeline for recent messages. When false day dates will be used. +* `UIFeature.BulkUnverifiedSessionsReminder` - Display popup reminders to verify or remove unverified sessions. Defaults + to true. ## Undocumented / developer options