summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-12-19 15:07:28 +0000
committerGitHub <noreply@github.com>2019-12-19 15:07:28 +0000
commit3d46124ad01990d37fa54c1599c28314dc5f5d30 (patch)
tree59ae282fde8cd3383d1ea3afe03af35cc4385eb8 /changelog.d
parentImprove diagnostics on database upgrade failure (#6570) (diff)
downloadsynapse-3d46124ad01990d37fa54c1599c28314dc5f5d30.tar.xz
Port some admin handlers to async/await (#6559)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6559.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6559.misc b/changelog.d/6559.misc
new file mode 100644
index 0000000000..8bca37457d
--- /dev/null
+++ b/changelog.d/6559.misc
@@ -0,0 +1 @@
+Port `synapse.handlers.admin` and `synapse.handlers.deactivate_account` to async/await.