diff options
author | Erik Johnston <erik@matrix.org> | 2019-12-11 14:49:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-11 14:49:26 +0000 |
commit | 31905a518e9b1312d7e16ede15669e10f84695bb (patch) | |
tree | 968c5b3385324516afe91375efe6e78bc04018f6 /changelog.d | |
parent | Clean up some logging (#6515) (diff) | |
parent | Newsfile (diff) | |
download | synapse-31905a518e9b1312d7e16ede15669e10f84695bb.tar.xz |
Merge pull request #6504 from matrix-org/erikj/account_validity_async_await
Port handlers.account_validity to async/await.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6504.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6504.misc b/changelog.d/6504.misc new file mode 100644 index 0000000000..7c873459af --- /dev/null +++ b/changelog.d/6504.misc @@ -0,0 +1 @@ +Port handlers.account_data and handlers.account_validity to async/await. |