summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-03-31 09:33:02 -0400
committerGitHub <noreply@github.com>2020-03-31 09:33:02 -0400
commit0a7b0882c1d1f52bde46d6f367f265bc330e8bd0 (patch)
tree3efce8bd0014bbb8e8cf0ccd03f62868360edccb /changelog.d
parentFix a bug which could cause incorrect 'cyclic dependency' error. (#7178) (diff)
downloadsynapse-0a7b0882c1d1f52bde46d6f367f265bc330e8bd0.tar.xz
Fix use of async/await in media code (#7184)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7184.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7184.misc b/changelog.d/7184.misc
new file mode 100644
index 0000000000..fac5bc0403
--- /dev/null
+++ b/changelog.d/7184.misc
@@ -0,0 +1 @@
+Convert some of synapse.rest.media to async/await.