We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5910ef4 commit 662c500Copy full SHA for 662c500
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 seperate tab.
24
+ NoPopout = "io.element.no_popout",
25
/**
26
* @deprecated It is not recommended to rely on this existing - it can be removed without notice.
27
*/
0 commit comments