diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-06-08 11:15:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 11:15:02 -0400 |
commit | 3c45a7809036126a44636f8aaffd42bbc633b9ac (patch) | |
tree | 3835c5cc9f3fa2a39c55dbb88b0fe28cf134e4c9 /changelog.d | |
parent | Accept device information at the login fallback endpoint. (#7629) (diff) | |
download | synapse-3c45a7809036126a44636f8aaffd42bbc633b9ac.tar.xz |
Convert the registration handler to async/await. (#7649)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7649.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7649.misc b/changelog.d/7649.misc new file mode 100644 index 0000000000..8a26c8b3b7 --- /dev/null +++ b/changelog.d/7649.misc @@ -0,0 +1 @@ +Convert registration handler to async/await. |