summary refs log tree commit diff
path: root/synapse/storage/state.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-01-11 16:01:41 +0000
committerErik Johnston <erik@matrix.org>2018-01-12 10:06:03 +0000
commitbad2b36ee02fe4bbe8f5ffabd3d2c938287a2f62 (patch)
treee1264d5454bb2f9ec52957f17618b7fb89a2f0ce /synapse/storage/state.py
parentMake port script aware of handle_state_group_seq (diff)
downloadsynapse-bad2b36ee02fe4bbe8f5ffabd3d2c938287a2f62.tar.xz
Store state groups when event contexts are created
Diffstat (limited to 'synapse/storage/state.py')
-rw-r--r--synapse/storage/state.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/storage/state.py b/synapse/storage/state.py

index ead7134291..39fa6e724b 100644 --- a/synapse/storage/state.py +++ b/synapse/storage/state.py
@@ -766,9 +766,6 @@ class StateStore(StateGroupReadStore, BackgroundUpdateStore): return count - def get_next_state_group(self): - return self._state_groups_id_gen.get_next() - @defer.inlineCallbacks def _background_deduplicate_state(self, progress, batch_size): """This background update will slowly deduplicate state by reencoding