diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-27 14:40:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 14:40:11 -0400 |
commit | 68626ff8e98443d6dc470970274a853a93fceefa (patch) | |
tree | 1087ee686a7560ba96a40f3ad2ebc45b0b84dc13 /changelog.d | |
parent | Convert a synapse.events to async/await. (#7949) (diff) | |
download | synapse-68626ff8e98443d6dc470970274a853a93fceefa.tar.xz |
Convert the remaining media repo code to async / await. (#7947)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7947.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7947.misc b/changelog.d/7947.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/7947.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |