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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

synapse/storage/database.py

+1
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)