mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-27 10:39:25 -04:00
ui timeline: add a note about a proxy workaround for duplicate timeline items
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user