summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-15 08:48:58 -0400
committerGitHub <noreply@github.com>2020-07-15 08:48:58 -0400
commitb11450dedc59b117ad23426b47f2465c459ea62a (patch)
tree901bc38bc7ec0982faf838348d5471fa5e94c1e1 /changelog.d
parentReturn the proper 403 Forbidden error during errors with JWT logins. (#7844) (diff)
downloadsynapse-b11450dedc59b117ad23426b47f2465c459ea62a.tar.xz
Convert E2E key and room key handlers to async/await. (#7851)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7851.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7851.misc b/changelog.d/7851.misc
new file mode 100644
index 0000000000..e5cf540edf
--- /dev/null
+++ b/changelog.d/7851.misc
@@ -0,0 +1 @@
+Convert E2E keys and room keys handlers to async/await.