diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-27 14:16:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 14:16:41 -0400 |
commit | b71d4a094c4370d0229fbd4545b85c049364ecf3 (patch) | |
tree | 906ac6d422bf1aaefd574d812ef9200e4ee0a037 /changelog.d | |
parent | Convert calls of async database methods to async (#8166) (diff) | |
download | synapse-b71d4a094c4370d0229fbd4545b85c049364ecf3.tar.xz |
Convert simple_delete to async/await. (#8191)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8191.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8191.misc b/changelog.d/8191.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/8191.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |