summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-08-04 09:44:25 -0400
committerGitHub <noreply@github.com>2020-08-04 09:44:25 -0400
commit8ff2deda720b46995868127f85f82fc6ba852d82 (patch)
treee11b3e6e34f86ca7ce5a342dd58f19542c8f21b1 /changelog.d
parentConvert the SimpleHttpClient to async. (#8016) (diff)
downloadsynapse-8ff2deda720b46995868127f85f82fc6ba852d82.tar.xz
Fix async/await calls for broken media providers. (#8027)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8027.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8027.misc b/changelog.d/8027.misc
new file mode 100644
index 0000000000..dfe4c03171
--- /dev/null
+++ b/changelog.d/8027.misc
@@ -0,0 +1 @@
+Convert various parts of the codebase to async/await.