summary refs log tree commit diff
path: root/changelog.d/5689.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert synapse.federation.transport.server to async (#5689)Richard van der Hoff2019-07-181-0/+1
* 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