From d731a2561933d8126534b9db53701b5720ed81b6 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Mon, 31 Jan 2022 17:32:44 -0600 Subject: [PATCH] Document jump to date labs feature (MSC3030) (#20825) Feature added in: - https://github.com/matrix-org/matrix-react-sdk/pull/7339 - https://github.com/matrix-org/matrix-react-sdk/pull/7372 - MSC3030: https://github.com/matrix-org/matrix-doc/pull/303 --- docs/labs.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/labs.md b/docs/labs.md index 2518ed970e..bb2127d56e 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -21,6 +21,19 @@ Enables rendering of LaTeX maths in messages using [KaTeX](https://katex.org/). Allows you to pin messages in the room. To pin a message, use the 3 dots to the right of the message and select "Pin". +## Jump to date (`feature_jump_to_date`) + +Note: This labs feature is only visible when your homeserver has MSC3030 enabled +(in Synapse, add `experimental_features` -> `msc3030_enabled` to your +`homeserver.yaml`) which means `GET /_matrix/client/versions` responds with +`org.matrix.msc3030` under the `unstable_features` key. + +Adds a dropdown menu to the date separator headers in the timeline which allows +you to jump to last week, last month, the beginning of the room, or choose a +date from the calendar. + +Also adds the `/jumptodate 2022-01-31` slash command. + ## Custom status (`feature_custom_status`) An experimental approach for supporting custom status messages across DMs. To set a status, click on