From 75f1aaced6884fcfb0be913e6eb3372cbbf4eab2 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Sat, 13 Jan 2024 02:05:09 +0100 Subject: [PATCH] ui timeline: add a note about a proxy workaround for duplicate timeline items --- crates/matrix-sdk-ui/src/timeline/event_handler.rs | 1 + 1 file changed, 1 insertion(+) 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() {