Skip to content

Commit aab137d

Browse files
MatMaulerikjohnston
andcommitted
Update synapse/storage/databases/state/store.py
Co-authored-by: Erik Johnston <erikj@jki.re>
1 parent f46c518 commit aab137d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synapse/storage/databases/state/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ def _purge_room_state_txn(
874874
)
875875

876876
logger.info("[purge] removing %s from state_groups", room_id)
877-
self.db_pool.simple_delete_many_txn(
877+
self.db_pool.simple_delete_txn(
878878
txn,
879879
table="state_groups",
880880
keyvalues={"room_id": room_id},

0 commit comments

Comments
 (0)