mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-07 00:55:18 -05:00
![Richard van der Hoff](/assets/img/avatar_default.png)
* Convert BaseFederationServlet._wrap to async Empirically, this fixes some lost stacktraces. It should be safe because the wrapped function is called from JsonResource._async_render, which is already async. * Convert the rest of synapse.federation.transport.server to async We may as well do the whole file while we're here. * changelog * flake8