mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
`StreamToken.from_string` and `RoomStreamToken.parse` are both async methods that could be cancelled. These methods must not replace `CancelledError`s with `SynapseError`s. Signed-off-by: Sean Quah <seanq@element.io>
1 line
131 B
Text
1 line
131 B
Text
Make `StreamToken.from_string` and `RoomStreamToken.parse` propagate cancellations instead of replacing them with `SynapseError`s.
|