diff --git a/crates/matrix-sdk-base/src/client.rs b/crates/matrix-sdk-base/src/client.rs index fc8a20387..a692b6b6a 100644 --- a/crates/matrix-sdk-base/src/client.rs +++ b/crates/matrix-sdk-base/src/client.rs @@ -702,6 +702,7 @@ impl BaseClient { // that case we already received this response and there's nothing to // do. if self.store.sync_token.read().await.as_ref() == Some(&response.next_batch) { + info!("Got the same sync response twice"); return Ok(SyncResponse::default()); }