Allow Element Call to use MSC4039 (#32755)

* Allow Element Call to use MSC4039

Allow Element Call to use MSC4039 so it can
download avatars if it can't authenticate with the
server directly.

* Test Allowing Element Call to use MSC4039

---------

Co-authored-by: Valere Fedronic <bill.carson@valrsoft.com>
This commit is contained in:
JephDiel
2026-04-01 08:14:16 +00:00
committed by GitHub
co-authored by Valere Fedronic
parent e2ffaef7c3
commit 3e04b24d1e
2 changed files with 2 additions and 0 deletions
@@ -128,6 +128,7 @@ export class ElementWidgetDriver extends WidgetDriver {
this.allowedCapabilities.add(MatrixCapabilities.MSC4157UpdateDelayedEvent);
this.allowedCapabilities.add(MatrixCapabilities.MSC4407SendStickyEvent);
this.allowedCapabilities.add(MatrixCapabilities.MSC4407ReceiveStickyEvent);
this.allowedCapabilities.add(MatrixCapabilities.MSC4039DownloadFile);
this.allowedCapabilities.add(
WidgetEventCapability.forStateEvent(EventDirection.Receive, EventType.RoomName).raw,