mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-12 18:21:21 -04:00
Before this patch, only local echoes that were messages not sent or messages succesfully sent (but not ack'd yet by sync) would be pinned to the bottom. This fixes it by also pinning events that failed to send. Fixes #3287.