add docs for UIFeature.TimelineEnableRelativeDates (#20251)

Signed-off-by: Kerry Archibald <kerrya@element.io>
pull/20311/head
Kerry 2021-12-21 10:08:35 +01:00 committed by GitHub
parent dafdc1d642
commit 30cb0ae96d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -240,3 +240,4 @@ Currently, the following UI feature flags are supported:
user. user.
* `UIFeature.roomHistorySettings` - Whether or not the room history settings 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. 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.