diff --git a/src/interfaces/Capabilities.ts b/src/interfaces/Capabilities.ts index 3d6f6f8..460a550 100644 --- a/src/interfaces/Capabilities.ts +++ b/src/interfaces/Capabilities.ts @@ -57,6 +57,10 @@ export enum MatrixCapabilities { * @experimental It is not recommended to rely on this existing - it can be removed without notice. */ MSC4354SendStickyEvent = "org.matrix.msc4354.send_sticky_event", + /** + * @experimental It is not recommended to rely on this existing - it can be removed without notice. + */ + MSC4354ReceiveStickyEvent = "org.matrix.msc4354.receive_sticky_event", } export type Capability = MatrixCapabilities | string;