Skip to content

Commit f46c518

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

synapse/storage/databases/state/store.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,5 @@ def _purge_room_state_txn(
877877
self.db_pool.simple_delete_many_txn(
878878
txn,
879879
table="state_groups",
880-
column="room_id",
881-
values=[room_id],
882-
keyvalues={},
880+
keyvalues={"room_id": room_id},
883881
)

0 commit comments

Comments
 (0)