summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-05-11 15:12:46 -0400
committerGitHub <noreply@github.com>2020-05-11 15:12:46 -0400
commit8c8858e1243bf84b7c29469c29992b7f53e48a27 (patch)
tree977d4b22a846d09b5ba28ebe7c33c240ed11d943 /changelog.d
parentConvert search code to async/await. (#7460) (diff)
downloadsynapse-8c8858e1243bf84b7c29469c29992b7f53e48a27.tar.xz
Convert federation handler to async/await. (#7459)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7459.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7459.misc b/changelog.d/7459.misc
new file mode 100644
index 0000000000..7655f34120
--- /dev/null
+++ b/changelog.d/7459.misc
@@ -0,0 +1 @@
+Convert the federation handler to async/await.