ui timeline: add a note about a proxy workaround for duplicate timeline items

This commit is contained in:
Benjamin Bouvier
2024-01-13 02:05:09 +01:00
parent de316acc11
commit 75f1aaced6

View File

@@ -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() {