diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-03-31 09:33:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 09:33:02 -0400 |
commit | 0a7b0882c1d1f52bde46d6f367f265bc330e8bd0 (patch) | |
tree | 3efce8bd0014bbb8e8cf0ccd03f62868360edccb /changelog.d | |
parent | Fix a bug which could cause incorrect 'cyclic dependency' error. (#7178) (diff) | |
download | synapse-0a7b0882c1d1f52bde46d6f367f265bc330e8bd0.tar.xz |
Fix use of async/await in media code (#7184)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7184.misc | 1 |
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. |