summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-04-07 16:56:34 -0400
committerGitHub <noreply@github.com>2020-04-07 21:56:34 +0100
commit1722b8a527b8caa0f76706bf4acaf240e167daf4 (patch)
tree31de34cf0519928988dfcae63fdb7c0d5574ffc1 /changelog.d
parentAdd typing information to federation_server. (#7219) (diff)
downloadsynapse-1722b8a527b8caa0f76706bf4acaf240e167daf4.tar.xz
Convert delete_url_cache_media to async/await. (#7241)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7241.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7241.misc b/changelog.d/7241.misc
new file mode 100644
index 0000000000..fac5bc0403
--- /dev/null
+++ b/changelog.d/7241.misc
@@ -0,0 +1 @@
+Convert some of synapse.rest.media to async/await.