diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-12 09:29:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-12 09:29:06 -0400 |
commit | d68e10f308f89810e8d9ff94219cc68ca83f636d (patch) | |
tree | 6364d2a49d9f604c25142729514e95148ff9be90 /changelog.d | |
parent | Convert appservice, group server, profile and more databases to async (#8066) (diff) | |
download | synapse-d68e10f308f89810e8d9ff94219cc68ca83f636d.tar.xz |
Convert account data, device inbox, and censor events databases to async/await (#8063)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8063.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8063.misc b/changelog.d/8063.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/8063.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |