diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-30 11:43:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 11:43:51 +0100 |
commit | b4465564cc89c154cf665b9de39a2f38f87ef41c (patch) | |
tree | bbe0967729ea48a5d962b157c6e762c83295b054 /changelog.d | |
parent | Fix CI for synapse_port_db (#6276) (diff) | |
parent | Don't return coroutines (diff) | |
download | synapse-b4465564cc89c154cf665b9de39a2f38f87ef41c.tar.xz |
Merge pull request #6279 from matrix-org/erikj/federation_server_async_await
Port federation_server to async/await
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6279.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6279.misc b/changelog.d/6279.misc new file mode 100644 index 0000000000..5f5144a9ee --- /dev/null +++ b/changelog.d/6279.misc @@ -0,0 +1 @@ +Port `federation_server.py` to async/await. |