diff options
author | Erik Johnston <erik@matrix.org> | 2019-12-10 11:17:13 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-12-10 14:40:15 +0000 |
commit | 3f97b4c16bbe8a32fc465bd59421f3ba879d2124 (patch) | |
tree | 9e8a2802f6b3fec7f34eb423c2aad238762e1f45 | |
parent | Port handlers.account_validity to async/await. (diff) | |
download | synapse-3f97b4c16bbe8a32fc465bd59421f3ba879d2124.tar.xz |
Newsfile
-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. |