From 484a044b504dc3458799ee2eca87cd034f0ef8d5 Mon Sep 17 00:00:00 2001
From: Nyaaori <+@nyaaori.cat>
Date: Fri, 15 Oct 2021 23:17:08 +0000
Subject: [PATCH] Remove device_one_time_keys_count from is_empty() sync
 checks, fixing sync issue as reported by Nekron

---
 src/client_server/sync.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/client_server/sync.rs b/src/client_server/sync.rs
index d98d759f0..65c07bc93 100644
--- a/src/client_server/sync.rs
+++ b/src/client_server/sync.rs
@@ -769,7 +769,6 @@ async fn sync_helper(
         && response.presence.is_empty()
         && response.account_data.is_empty()
         && response.device_lists.is_empty()
-        && response.device_one_time_keys_count.is_empty()
         && response.to_device.is_empty()
     {
         // Hang a few seconds so requests are not spammed
-- 
GitLab