diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-02-05 16:56:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 16:56:39 +0000 |
commit | 577f460369400380edaca08344535a81e1ed5f1e (patch) | |
tree | c324856750c0c2a346260e239735a58cf1c3e7ca /changelog.d | |
parent | Reduce performance logging to DEBUG (#6833) (diff) | |
parent | make FederationClient._do_send_invite async (diff) | |
download | synapse-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.misc | 1 |
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. |