"git@mau.dev:leytilera/synapse.git" did not exist on "fa8271c5ac034bdffe080dd6b0591bef7aeadd81"
Forked from
Maunium / synapse
10036 commits behind the upstream repository.
Richard van der Hoff
authored
* 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