We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c81f1c commit 44bdf6eCopy full SHA for 44bdf6e
src/interfaces/Capabilities.ts
@@ -20,7 +20,8 @@ export enum MatrixCapabilities {
20
Screenshots = "m.capability.screenshot",
21
StickerSending = "m.sticker",
22
AlwaysOnScreen = "m.always_on_screen",
23
-
+ // Ask Element to not give the option to move the widget into a separate tab.
24
+ RequiresClient = "io.element.requires_client",
25
/**
26
* @deprecated It is not recommended to rely on this existing - it can be removed without notice.
27
*/
0 commit comments