Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 920f80a

Browse files
committed
Move RequiresClient from MatrixCapabilities to ElementWidgetCapabilities
Signed-off-by: Robin Kouwenhoven <[email protected]>
1 parent 5f51ba1 commit 920f80a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/stores/widgets/ElementWidgetCapabilities.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ export enum ElementWidgetCapabilities {
1919
* @deprecated Use MSC2931 instead.
2020
*/
2121
CanChangeViewedRoom = "io.element.view_room",
22+
/**
23+
* Ask Element to not give the option to move the widget into a separate tab.
24+
* This replaces RequiresClient in MatrixCapabilities.
25+
*/
26+
RequiresClient = "io.element.requires_client",
2227
}

0 commit comments

Comments
 (0)