summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-02-05 16:56:39 +0000
committerGitHub <noreply@github.com>2020-02-05 16:56:39 +0000
commit577f460369400380edaca08344535a81e1ed5f1e (patch)
treec324856750c0c2a346260e239735a58cf1c3e7ca /changelog.d
parentReduce performance logging to DEBUG (#6833) (diff)
parentmake FederationClient._do_send_invite async (diff)
downloadsynapse-577f460369400380edaca08344535a81e1ed5f1e.tar.xz
Merge pull request #6840 from matrix-org/rav/federation_client_async
Port much of `synapse.federation.federation_client` to async/await
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6840.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6840.misc b/changelog.d/6840.misc
new file mode 100644
index 0000000000..0496f12de8
--- /dev/null
+++ b/changelog.d/6840.misc
@@ -0,0 +1 @@
+Port much of `synapse.handlers.federation` to async/await.