summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-12-13 10:01:51 +0000
committerGitHub <noreply@github.com>2019-12-13 10:01:51 +0000
commitcaa52836e43c04914f00cd29a1ad76e2d4ec7bfb (patch)
treeb04917d667bc5d0c5a25147a6228ed0393e79d44 /changelog.d
parentMerge pull request #6534 from matrix-org/erikj/extend_mypy (diff)
parentMerge branch 'develop' of github.com:matrix-org/synapse into erikj/initial_sy... (diff)
downloadsynapse-caa52836e43c04914f00cd29a1ad76e2d4ec7bfb.tar.xz
Merge pull request #6496 from matrix-org/erikj/initial_sync_asnyc
Port synapse.handlers.initial_sync to async/await
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6496.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6496.misc b/changelog.d/6496.misc
new file mode 100644
index 0000000000..19c6e926b8
--- /dev/null
+++ b/changelog.d/6496.misc
@@ -0,0 +1 @@
+Port synapse.handlers.initial_sync to async/await.