device_unused_fallback_key_types should have the same problem

This commit is contained in:
Olivier 'reivilibre
2026-05-14 16:57:59 +01:00
parent 6a2dce01bd
commit cfb5e86337
+1 -3
View File
@@ -314,9 +314,7 @@ class SlidingSyncResult:
# default_otk = self.device_one_time_keys_count.get("signed_curve25519")
# more_than_default_otk = len(self.device_one_time_keys_count) > 1
return bool(
self.device_list_updates or self.device_unused_fallback_key_types
)
return bool(self.device_list_updates)
@attr.s(slots=True, frozen=True, auto_attribs=True)
class AccountDataExtension: