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 | |
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)
-rw-r--r-- | changelog.d/7184.misc | 1 | ||||
-rw-r--r-- | synapse/storage/data_stores/main/media_repository.py | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/changelog.d/7184.misc b/changelog.d/7184.misc new file mode 100644 |