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:14:49 -0400
committerGitHub <noreply@github.com>2020-05-01 15:14:49 -0400
commitb0cbc57375f25b54ec512237eb2d82082338b5cc (patch)
tree3d9cd6caeea94fcf8bd47f6190b15bebb625bd75 /changelog.d
parentWait for current_state_events_membership before populate_stats_process_rooms ... (diff)
downloadsynapse-b0cbc57375f25b54ec512237eb2d82082338b5cc.tar.xz
Convert the synapse.notifier module to async/await. (#7395)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7395.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7395.misc b/changelog.d/7395.misc
new file mode 100644
index 0000000000..bc0ad59e2c
--- /dev/null
+++ b/changelog.d/7395.misc
@@ -0,0 +1 @@
+Convert synapse.notifier to async/await.