mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-18 16:02:15 +01:00
fa8271c5ac
* 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
1 line
No EOL
90 B
Text
1 line
No EOL
90 B
Text
Convert `synapse.federation.transport.server` to `async`. Might improve some stack traces. |