diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-03 08:29:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-03 08:29:01 -0400 |
commit | 2a89ce8cd4d563ef22995882e9548f1aff3e42f1 (patch) | |
tree | ed4ffbf87f15f4924aef0851a8b9b10377192fea /changelog.d | |
parent | Allow guests to operate in encrypted rooms (#7314) (diff) | |
download | synapse-2a89ce8cd4d563ef22995882e9548f1aff3e42f1.tar.xz |
Convert the crypto module to async/await. (#8003)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8003.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8003.misc b/changelog.d/8003.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/8003.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |