diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-30 07:20:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-30 07:20:41 -0400 |
commit | b3a97d6dac7f9f619b02e213bb8a745d65983d0d (patch) | |
tree | 6f5172267973b93553eda36c60821463a00eb90d /changelog.d | |
parent | Ensure that remove_pusher is always async (#7981) (diff) | |
download | synapse-b3a97d6dac7f9f619b02e213bb8a745d65983d0d.tar.xz |
Convert some of the data store to async. (#7976)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7976.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7976.misc b/changelog.d/7976.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/7976.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |