matrix-org / matrix-rust-sdk

Matrix Client-Server SDK for Rust
Apache License 2.0
1.22k stars 246 forks source link

[Media+Timeline] Local echo support for media attachments #1732

Open stefanceriu opened 1 year ago

stefanceriu commented 1 year ago

Sending media attachments through the Timeline should make use of local echoes for a seamless experience.


Sub project: handle media upload in the send queue

Tasks

Related

jplatte commented 9 months ago

Synapse implements asyncronous uploads from v1.97.0 onwards, with which this should be easier to implement (can generate a transaction ID / get an event ID for it in parallel with the upload). Ruma also supports the new endpoint.