diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-15 08:48:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 08:48:58 -0400 |
commit | b11450dedc59b117ad23426b47f2465c459ea62a (patch) | |
tree | 901bc38bc7ec0982faf838348d5471fa5e94c1e1 /changelog.d | |
parent | Return the proper 403 Forbidden error during errors with JWT logins. (#7844) (diff) | |
download | synapse-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.misc | 1 |
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. |