From a0e08bff4f4e6552cb8965489c8021bcd362d9d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Fri, 15 Apr 2022 16:23:02 +0200 Subject: [PATCH] Document `feature_message_right_click_context_menu` (#21480) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- docs/labs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/labs.md b/docs/labs.md index 72b8b09bae..f05d41babc 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -183,6 +183,12 @@ Threads can be access by clicking their summary below the root event on the room This feature might work in degraded mode if the homeserver a user is connected to does not advertise support for the unstable feature `org.matrix.msc3440` when calling the `/versions` API endpoint. +## Right-click Message Context Menu (`feature_message_right_click_context_menu`) + +Enables showing a right-click context menu when right-clicking messages in the +timeline. This menu shows options that can usually be found in the message +action bar or in the message options. + ## Voice & video rooms (`feature_video_rooms`) [In Development] Enables support for creating and joining video rooms, which are persistent video chats that users can jump in and out of.