summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--synapse/storage/stats.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/storage/stats.py b/synapse/storage/stats.py
index f86e9bd269..d345b2cb32 100644
--- a/synapse/storage/stats.py
+++ b/synapse/storage/stats.py
@@ -433,6 +433,7 @@ class StatsStore(StateDeltasStore):
         elif complete_with_stream_id is not None:
             absolute_fields = absolute_fields.copy()
             absolute_fields["completed_delta_stream_id"] = complete_with_stream_id
+            self.get_earliest_token_for_stats.invalidate(stats_type, stats_id)
 
         # first upsert the `_current` table
         self._upsert_with_additive_relatives_txn(