0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-15 22:29:01 +02:00
synapse/changelog.d/8161.misc
Erik Johnston 2231dffee6
Make StreamIdGen get_next and get_next_mult async (#8161)
This is mainly so that `StreamIdGenerator` and `MultiWriterIdGenerator`
will have the same interface, allowing them to be used interchangeably.
2020-08-25 15:10:08 +01:00

1 line
86 B
Text

Refactor `StreamIdGenerator` and `MultiWriterIdGenerator` to have the same interface.