diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-05-26 13:46:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 13:46:22 -0400 |
commit | ef884f6d04f07556d6649087b6ba1d107a628838 (patch) | |
tree | eebdefd4b63d59270bcd453b01e4640ab2562ad6 /changelog.d | |
parent | Replace device_27_unique_idx bg update with a fg one (#7562) (diff) | |
download | synapse-ef884f6d04f07556d6649087b6ba1d107a628838.tar.xz |
Convert identity handler to async/await. (#7561)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7561.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7561.misc b/changelog.d/7561.misc new file mode 100644 index 0000000000..448dbd5699 --- /dev/null +++ b/changelog.d/7561.misc @@ -0,0 +1 @@ +Convert the identity handler to async/await. |