diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-09-01 11:03:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 11:03:49 -0400 |
commit | 7d103a594e10f4040096bf38716c9cdddf42eca0 (patch) | |
tree | 121ec76a75a4c2c4827ab8e3f9d952af226db940 /changelog.d | |
parent | Rename `_get_e2e_device_keys_txn` (#8222) (diff) | |
download | synapse-7d103a594e10f4040096bf38716c9cdddf42eca0.tar.xz |
Convert appservice code to async/await. (#8207)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8207.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8207.misc b/changelog.d/8207.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/8207.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |