mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-09 22:41:17 +02:00
`BaseFederationServlet` wraps its endpoints in a bunch of async code that has not been vetted for compatibility with cancellation. Fail CI if a `@cancellable` flag is applied to a federation endpoint. Signed-off-by: Sean Quah <seanq@element.io>