diff options
author | Erik Johnston <erik@matrix.org> | 2019-11-04 13:36:57 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-11-04 13:36:57 +0000 |
commit | 7134ca7daa7ead8104e3c51ba4bc730d99d098e3 (patch) | |
tree | 6123a8d0f6887229689813d9e5441def7391fa6c /synapse/storage/purge_events.py | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg... (diff) | |
download | synapse-7134ca7daa7ead8104e3c51ba4bc730d99d098e3.tar.xz |
Change to not require a state_groups.room_id index.
This does mean that we won't clean up orphaned state groups (i.e. state groups that were persisted but the associated event wasn't).
Diffstat (limited to 'synapse/storage/purge_events.py')
-rw-r--r-- | synapse/storage/purge_events.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/storage/purge_events.py b/synapse/storage/purge_events.py |