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