summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2024-06-06 15:46:00 +0100
committerErik Johnston <erik@matrix.org>2024-06-06 15:46:00 +0100
commitb03e8cdaec38e8210d907eb7061d1bb094b02f3d (patch)
tree0c035560c8bac9d956cab09794cf6f080dbfce62
parentAlways return OTK counts (diff)
downloadsynapse-b03e8cdaec38e8210d907eb7061d1bb094b02f3d.tar.xz
Don't cache
-rw-r--r--synapse/handlers/sync.py1
1 files changed, 1 insertions, 0 deletions
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 )