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 ec1c173 commit 0875f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/storage/databases/state/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ def _purge_room_state_txn(
)

logger.info("[purge] removing %s from state_groups", room_id)
self.db_pool.simple_delete_many_txn(
self.db_pool.simple_delete_txn(
txn,
table="state_groups",
keyvalues={"room_id": room_id},
Expand Down

0 comments on commit 0875f1c

Please sign in to comment.