mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 01:55:56 -05:00
31c1209c50
`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>