mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-25 01:28:21 -04:00
It also resets the wedged state, so that the queue will retry to send this event later. This will show useful in the following case: when an event is too big, we can now retry to send it, even if it was blocked, by splitting the event instead of copy/abort/recreate it.