Skip to content

Commit

Permalink
Update synapse/storage/databases/state/store.py
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Johnston <[email protected]>
  • Loading branch information
MatMaul and erikjohnston authored Dec 29, 2024
1 parent 049fb31 commit ec1c173
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions synapse/storage/databases/state/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,5 @@ def _purge_room_state_txn(
self.db_pool.simple_delete_many_txn(
txn,
table="state_groups",
column="room_id",
values=[room_id],
keyvalues={},
keyvalues={"room_id": room_id},
)

0 comments on commit ec1c173

Please sign in to comment.