diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-02-04 12:06:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 12:06:18 +0000 |
commit | c7d6d5c69eb9036749d57b2d299ff1f1a50d0768 (patch) | |
tree | bd549f6df389c645263e4ab7b2ea6dc21f972916 /changelog.d | |
parent | Add typing to SyncHandler (#6821) (diff) | |
parent | make FederationHandler.send_invite async (diff) | |
download | synapse-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.misc | 1 |
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. |