summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-05-01 15:28:59 -0400
committerGitHub <noreply@github.com>2020-05-01 15:28:59 -0400
commit032e5a2acaa26511a00801eedd71e35d21c791fa (patch)
treea357ecdcbda7be98cac2086c28f01731c8c901e9 /changelog.d
parentConvert the synapse.notifier module to async/await. (#7395) (diff)
downloadsynapse-032e5a2acaa26511a00801eedd71e35d21c791fa.tar.xz
Convert synapse.server_notices to async/await. (#7394)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7394.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7394.misc b/changelog.d/7394.misc
new file mode 100644
index 0000000000..f1390308b3
--- /dev/null
+++ b/changelog.d/7394.misc
@@ -0,0 +1 @@
+Convert synapse.server_notices to async/await.