diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-09-02 07:44:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 07:44:50 -0400 |
commit | d250521cf5171a2c815b380f184f39cd8b1963e5 (patch) | |
tree | 1e53856158986d824b8ed1fcfa7b1d7f64999eeb /changelog.d | |
parent | Make _get_e2e_device_keys_and_signatures_txn return an attrs (#8224) (diff) | |
download | synapse-d250521cf5171a2c815b380f184f39cd8b1963e5.tar.xz |
Convert the main methods run by the reactor to async. (#8213)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8213.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8213.misc b/changelog.d/8213.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/8213.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |