File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,19 @@ Enables rendering of LaTeX maths in messages using [KaTeX](https://katex.org/).
21
21
Allows you to pin messages in the room. To pin a message, use the 3 dots to the right of the message
22
22
and select "Pin".
23
23
24
+ ## Jump to date (` feature_jump_to_date ` )
25
+
26
+ Note: This labs feature is only visible when your homeserver has MSC3030 enabled
27
+ (in Synapse, add ` experimental_features ` -> ` msc3030_enabled ` to your
28
+ ` homeserver.yaml ` ) which means ` GET /_matrix/client/versions ` responds with
29
+ ` org.matrix.msc3030 ` under the ` unstable_features ` key.
30
+
31
+ Adds a dropdown menu to the date separator headers in the timeline which allows
32
+ you to jump to last week, last month, the beginning of the room, or choose a
33
+ date from the calendar.
34
+
35
+ Also adds the ` /jumptodate 2022-01-31 ` slash command.
36
+
24
37
## Custom status (` feature_custom_status ` )
25
38
26
39
An experimental approach for supporting custom status messages across DMs. To set a status, click on
You can’t perform that action at this time.
0 commit comments