Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Let Element Call widget send delayed events
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFerr committed Jul 29, 2024
1 parent ed98fc2 commit 917ea16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stores/widgets/StopGapWidgetDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ export class StopGapWidgetDriver extends WidgetDriver {
this.allowedCapabilities.add(MatrixCapabilities.AlwaysOnScreen);
this.allowedCapabilities.add(MatrixCapabilities.MSC3846TurnServers);
this.allowedCapabilities.add(`org.matrix.msc2762.timeline:${inRoomId}`);
this.allowedCapabilities.add(MatrixCapabilities.MSC4157SendDelayedEvent);

Check failure on line 133 in src/stores/widgets/StopGapWidgetDriver.ts

View workflow job for this annotation

GitHub Actions / Typescript Syntax Check

Property 'MSC4157SendDelayedEvent' does not exist on type 'typeof MatrixCapabilities'.
this.allowedCapabilities.add(MatrixCapabilities.MSC4157UpdateDelayedEvent);

Check failure on line 134 in src/stores/widgets/StopGapWidgetDriver.ts

View workflow job for this annotation

GitHub Actions / Typescript Syntax Check

Property 'MSC4157UpdateDelayedEvent' does not exist on type 'typeof MatrixCapabilities'.

this.allowedCapabilities.add(
WidgetEventCapability.forRoomEvent(EventDirection.Send, "org.matrix.rageshake_request").raw,
Expand Down

0 comments on commit 917ea16

Please sign in to comment.