diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-28 11:34:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-28 11:34:50 -0400 |
commit | d58fda99ffd29c15254788476fb8775370eebec5 (patch) | |
tree | 8fae2ed28132aaea20c03dc25d07f6e9bcd7ee06 /changelog.d | |
parent | Only return devices with keys from `/federation/v1/user/devices/` (#8198) (diff) | |
download | synapse-d58fda99ffd29c15254788476fb8775370eebec5.tar.xz |
Convert `event_push_actions`, `registration`, and `roommember` datastores to async (#8197)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8197.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8197.misc b/changelog.d/8197.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/8197.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |