Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.57.0rc1 | Erik Johnston | 2022-04-12 | 1 | -1/+0 |
| | |||||
* | Make `StreamToken` and `RoomStreamToken` methods propagate cancellations ↵ | Sean Quah | 2022-04-05 | 1 | -0/+1 |
(#12366) `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> |