Skip to content

Commit 44bdf6e

Browse files
authored
Add RequiresClient capability (#47)
1 parent 3c81f1c commit 44bdf6e

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 separate 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)