diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-03-20 07:20:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-20 07:20:02 -0400 |
commit | caec7d4fa0041697b7714e638477772f0a827ff6 (patch) | |
tree | fd81baecab67a0841692c78bc3a3ae96d95cbb88 /changelog.d | |
parent | Fix a bug in the federation API which could cause occasional "Failed to get P... (diff) | |
download | synapse-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.misc | 1 |
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. |