summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-24 09:43:49 -0400
committerGitHub <noreply@github.com>2020-07-24 09:43:49 -0400
commit53f7b49f5b09aca3900c520a142496da31fc1ee3 (patch)
tree51fd2c2d0ab87755fe71577a67c03e386003ae56 /changelog.d
parentConvert more of the media code to async/await (#7873) (diff)
downloadsynapse-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.misc1
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.