-
v0.6.0 Stable
released this
2026-06-08 18:01:39 +00:00 | 2 commits to main since this releaseFeatures
- Add media sending via
POST /sendforimage,video,audio, andfile - Download remote media, encrypt it for E2EE rooms, upload to Matrix, and send the event
- Add streaming media downloads with a configurable size cap
- Add media content event building for Matrix sends
- Parse
/sendmedia requests as a discriminated union - Add
MATRIX_MAX_DOWNLOAD_BYTESconfig (default 50 MB)
Fixes
- Avoid encryption probe handling for verification room events
- Harden media configuration and download logic based on review feedback
Documentation
- Document
/sendmedia payload mode inCLAUDE.md - Document
MATRIX_MAX_DOWNLOAD_BYTES - Add Matrix media send design and implementation docs
- Document the send request body structure
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Add media sending via