Files
matrix-rust-sdk/testing/matrix-sdk-test
Johannes Marbach ee06965d2e feat(timeline): Expose method to send galleries in matrix-sdk-ui (#5125)
This was broken out of
https://github.com/matrix-org/matrix-rust-sdk/pull/4838 and is a step
towards implementing
https://github.com/matrix-org/matrix-spec-proposals/pull/4274. Building
upon https://github.com/matrix-org/matrix-rust-sdk/pull/4977, a new
method `Timeline::send_gallery` in matrix-sdk-ui for sending galleries.

- [x] Public API changes documented in changelogs (optional)

---------

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2025-06-03 15:24:02 +02:00
..

Build Status codecov License #matrix-rust-sdk

matrix-sdk-test

matrix-rust-sdk is an implementation of a Matrix client-server library in Rust.

NOTE: These are just test helpers for the matrix-rust-sdk, you're probably interested in the main rust-sdk crate.