Skip to content

msc4039 support b64 in addition to blob file download#3818

Merged
BillCarsonFr merged 6 commits intolivekitfrom
valere/msc_4039
Mar 31, 2026
Merged

msc4039 support b64 in addition to blob file download#3818
BillCarsonFr merged 6 commits intolivekitfrom
valere/msc_4039

Conversation

@BillCarsonFr
Copy link
Copy Markdown
Member

@BillCarsonFr BillCarsonFr commented Mar 26, 2026

Content

Depends on matrix-org/matrix-rust-sdk#6354

Web is passing blob via the widget-api, but from the rust word it is passing via json across the boundaries.
So we need to support also receiving base64 strings as part of
type XMLHttpRequestBodyInit = Blob | BufferSource | FormData | URLSearchParams | string;

Motivation and context

Get the avatars in EC!

Screenshots / GIFs

Tests

  • Step 1
  • Step 2
  • Step ...

Checklist

  • I have read through CONTRIBUTING.md.
  • Pull request includes screenshots or videos if containing UI changes
  • Tests written for new code (and old code if feasible).
  • Linter and other CI checks pass.
  • I have licensed the changes to Element by completing the Contributor License Agreement (CLA)

Copy link
Copy Markdown
Contributor

@fkwp fkwp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@BillCarsonFr BillCarsonFr merged commit bb7b2d1 into livekit Mar 31, 2026
22 checks passed
stefanceriu pushed a commit to matrix-org/matrix-rust-sdk that referenced this pull request Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants