summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-05-04 07:43:52 -0400
committerGitHub <noreply@github.com>2020-05-04 07:43:52 -0400
commiteab59d758d21d32c08fd03ceda8f752f014ef2d1 (patch)
tree8d9baed416a04f45c603e4dd2635b338db7ae246 /changelog.d
parentConvert synapse.server_notices to async/await. (#7394) (diff)
downloadsynapse-eab59d758d21d32c08fd03ceda8f752f014ef2d1.tar.xz
Convert the room handler to async/await. (#7396)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7396.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7396.misc b/changelog.d/7396.misc
new file mode 100644
index 0000000000..290d2befc7
--- /dev/null
+++ b/changelog.d/7396.misc
@@ -0,0 +1 @@
+Convert the room handler to async/await.