diff --git a/crates/matrix-sdk-ui/src/timeline/event_handler.rs b/crates/matrix-sdk-ui/src/timeline/event_handler.rs index 01fdb925c..aa2808d4f 100644 --- a/crates/matrix-sdk-ui/src/timeline/event_handler.rs +++ b/crates/matrix-sdk-ui/src/timeline/event_handler.rs @@ -883,6 +883,7 @@ impl<'a, 'o> TimelineEventHandler<'a, 'o> { // Item was previously received from the server. This // should be very rare normally, but with the sliding- // sync proxy, it is actually very common. + // NOTE: SS proxy workaround. trace!(?item, old_item = ?*old_item, "Received duplicate event"); if old_item.content.is_redacted() && !item.content.is_redacted() {