Skip to content

Commit

Permalink
Add RequiresClient capability (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
toger5 authored Oct 26, 2021
1 parent 3c81f1c commit 44bdf6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/interfaces/Capabilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export enum MatrixCapabilities {
Screenshots = "m.capability.screenshot",
StickerSending = "m.sticker",
AlwaysOnScreen = "m.always_on_screen",

// Ask Element to not give the option to move the widget into a separate tab.
RequiresClient = "io.element.requires_client",
/**
* @deprecated It is not recommended to rely on this existing - it can be removed without notice.
*/
Expand Down

0 comments on commit 44bdf6e

Please sign in to comment.