Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit a2ba6f1

Browse files
committed
Pass isolation_level to runWithConnection
This was missed in #11799
1 parent 57e4786 commit a2ba6f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

synapse/storage/database.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@ async def runInteraction(
748748
func,
749749
*args,
750750
db_autocommit=db_autocommit,
751+
isolation_level=isolation_level,
751752
**kwargs,
752753
)
753754

0 commit comments

Comments
 (0)