From 30cb0ae96dcdee178b33b4fda60a3ad063d4904e Mon Sep 17 00:00:00 2001 From: Kerry Date: Tue, 21 Dec 2021 10:08:35 +0100 Subject: [PATCH] add docs for UIFeature.TimelineEnableRelativeDates (#20251) Signed-off-by: Kerry Archibald --- docs/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config.md b/docs/config.md index 3b7aee0a22..e44fbe3bc1 100644 --- a/docs/config.md +++ b/docs/config.md @@ -240,3 +240,4 @@ Currently, the following UI feature flags are supported: 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. +* `UIFeature.TimelineEnableRelativeDates` - Display relative date separators (eg: 'Today', 'Yesterday') in the timeline for recent messages. When false day dates will be used.