From b03e8cdaec38e8210d907eb7061d1bb094b02f3d Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 6 Jun 2024 15:46:00 +0100 Subject: Don't cache --- synapse/handlers/sync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py index 2d1291b9f8..b8587f4545 100644 --- a/synapse/handlers/sync.py +++ b/synapse/handlers/sync.py @@ -545,6 +545,7 @@ class SyncHandler: ) ) + cache_context.should_cache = False return SyncResult.empty( since_token, one_time_keys_count, unused_fallback_key_types ) -- cgit 1.5.1