Skip to content

Commit 662c500

Browse files
committed
add NoPopout capability
1 parent 5910ef4 commit 662c500

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+
NoPopout = "io.element.no_popout",
2425
/**
2526
* @deprecated It is not recommended to rely on this existing - it can be removed without notice.
2627
*/

0 commit comments

Comments
 (0)