Skip to content

Commit 291bb58

Browse files
committed
add RequiresClient capability
1 parent 5910ef4 commit 291bb58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interfaces/Capabilities.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ export enum MatrixCapabilities {
2020
Screenshots = "m.capability.screenshot",
2121
StickerSending = "m.sticker",
2222
AlwaysOnScreen = "m.always_on_screen",
23-
23+
// Ask Element to not give the option to move the widget into a seperate tab.
24+
RequiresClient = "io.element.requires_client",
2425
/**
2526
* @deprecated It is not recommended to rely on this existing - it can be removed without notice.
2627
*/

0 commit comments

Comments
 (0)