summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-04-24 14:36:38 -0400
committerGitHub <noreply@github.com>2020-04-24 14:36:38 -0400
commit33bceb7f705012b7543bd13dbf4c3941833ae356 (patch)
treeaca08be2571d59e01fac6228c9e47dd238621b17 /changelog.d
parentMerge pull request #7337 from matrix-org/rav/fix_update_limit_assertion (diff)
downloadsynapse-33bceb7f705012b7543bd13dbf4c3941833ae356.tar.xz
Convert some of the federation handler methods to async/await. (#7338)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7338.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7338.misc b/changelog.d/7338.misc
new file mode 100644
index 0000000000..7cafd074ca
--- /dev/null
+++ b/changelog.d/7338.misc
@@ -0,0 +1 @@
+Convert some federation handler code to async/await.