diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-24 09:43:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-24 09:43:49 -0400 |
commit | 53f7b49f5b09aca3900c520a142496da31fc1ee3 (patch) | |
tree | 51fd2c2d0ab87755fe71577a67c03e386003ae56 /changelog.d | |
parent | Convert more of the media code to async/await (#7873) (diff) | |
download | synapse-53f7b49f5b09aca3900c520a142496da31fc1ee3.tar.xz |
Do not convert async functions to Deferreds in the interactive_auth_handler (#7944)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7944.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7944.misc b/changelog.d/7944.misc new file mode 100644 index 0000000000..afbc91a494 --- /dev/null +++ b/changelog.d/7944.misc @@ -0,0 +1 @@ +Convert the interactive_auth_handler wrapper to async/await. |