summary refs log tree commit diff
path: root/changelog.d/8197.misc
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-08-28 11:34:50 -0400
committerGitHub <noreply@github.com>2020-08-28 11:34:50 -0400
commitd58fda99ffd29c15254788476fb8775370eebec5 (patch)
tree8fae2ed28132aaea20c03dc25d07f6e9bcd7ee06 /changelog.d/8197.misc
parentOnly return devices with keys from `/federation/v1/user/devices/` (#8198) (diff)
downloadsynapse-d58fda99ffd29c15254788476fb8775370eebec5.tar.xz
Convert `event_push_actions`, `registration`, and `roommember` datastores to async (#8197)
Diffstat (limited to 'changelog.d/8197.misc')
-rw-r--r--changelog.d/8197.misc1
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.