Don't cache

This commit is contained in:
Erik Johnston 2024-06-06 15:46:00 +01:00
parent 04dc1a7afb
commit b03e8cdaec

View file

@ -545,6 +545,7 @@ class SyncHandler:
)
)
cache_context.should_cache = False
return SyncResult.empty(
since_token, one_time_keys_count, unused_fallback_key_types
)