mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-16 12:43:01 -04:00
sdk: Remove warning about event without txn ID
… it doesn't make sense to have as long as it's still very common to get duplicate non-echo events from the SS proxy.
This commit is contained in:
committed by
Jonas Platte
parent
465c9bcbed
commit
73a9cd40d3
@@ -933,12 +933,6 @@ impl<'a> TimelineEventHandler<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
if txn_id.is_none() {
|
||||
// The event was created by this client, but the server
|
||||
// sent it back without a transaction ID.
|
||||
warn!("Received remote echo without transaction ID");
|
||||
}
|
||||
|
||||
// TODO: Check whether anything is different about the
|
||||
// old and new item?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user