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:39:02 -0400
committerGitHub <noreply@github.com>2020-07-24 09:39:02 -0400
commit5ea29d7f850b6d2acbbfaf2e81bc5f0625411320 (patch)
tree02322e5d5fefaab399b4277d77009f119bae8d90 /changelog.d
parentReturn an empty body for OPTIONS requests. (#7886) (diff)
downloadsynapse-5ea29d7f850b6d2acbbfaf2e81bc5f0625411320.tar.xz
Convert more of the media code to async/await (#7873)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7873.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7873.misc b/changelog.d/7873.misc
new file mode 100644
index 0000000000..58260764e7
--- /dev/null
+++ b/changelog.d/7873.misc
@@ -0,0 +1 @@
+Convert more media code to async/await.