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-04 12:06:18 +0000
committerGitHub <noreply@github.com>2020-02-04 12:06:18 +0000
commitc7d6d5c69eb9036749d57b2d299ff1f1a50d0768 (patch)
treebd549f6df389c645263e4ab7b2ea6dc21f972916 /changelog.d
parentAdd typing to SyncHandler (#6821) (diff)
parentmake FederationHandler.send_invite async (diff)
downloadsynapse-c7d6d5c69eb9036749d57b2d299ff1f1a50d0768.tar.xz
Merge pull request #6837 from matrix-org/rav/federation_async
Port much of `synapse.handlers.federation` to async/await.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6837.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6837.misc b/changelog.d/6837.misc
new file mode 100644
index 0000000000..0496f12de8
--- /dev/null
+++ b/changelog.d/6837.misc
@@ -0,0 +1 @@
+Port much of `synapse.handlers.federation` to async/await.