summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-03-20 07:20:02 -0400
committerGitHub <noreply@github.com>2020-03-20 07:20:02 -0400
commitcaec7d4fa0041697b7714e638477772f0a827ff6 (patch)
treefd81baecab67a0841692c78bc3a3ae96d95cbb88 /changelog.d
parentFix a bug in the federation API which could cause occasional "Failed to get P... (diff)
downloadsynapse-caec7d4fa0041697b7714e638477772f0a827ff6.tar.xz
Convert some of the media REST code to async/await (#7110)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7110.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7110.misc b/changelog.d/7110.misc
new file mode 100644
index 0000000000..fac5bc0403
--- /dev/null
+++ b/changelog.d/7110.misc
@@ -0,0 +1 @@
+Convert some of synapse.rest.media to async/await.