diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-18 11:53:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-18 11:53:02 +0200 |
commit | d98029ea89ffc19a80a00299c1f2aff06f7b778d (patch) | |
tree | 2156796e5e8bef890dc3c7b6c82c8d61423ada8a /changelog.d | |
parent | Add missing BOOLEAN_COLUMNs to synapse_port_db (#6216) (diff) | |
parent | Port synapse/rest/client/_base.py to async/await (diff) | |
download | synapse-d98029ea89ffc19a80a00299c1f2aff06f7b778d.tar.xz |
Merge pull request #6196 from matrix-org/erikj/await
Move rest/admin to use async/await.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6196.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6196.misc b/changelog.d/6196.misc new file mode 100644 index 0000000000..3897b1216f --- /dev/null +++ b/changelog.d/6196.misc @@ -0,0 +1 @@ +Port synapse.rest.admin module to use async/await. |