synapse/changelog.d/8383.misc
Erik Johnston cbabb312e0
Use async with for ID gens (#8383)
This will allow us to hit the DB after we've finished using the generated stream ID.
2020-09-23 16:11:18 +01:00

2 lines
51 B
Plaintext

Refactor ID generators to use `async with` syntax.