summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-21 07:51:48 -0400
committerGitHub <noreply@github.com>2020-07-21 07:51:48 -0400
commitde119063f248981510e961e83f1515a3add19a21 (patch)
tree6db9829b4c8cf7286a57b8f968da5679450773cf /changelog.d
parentElement CSS and logo in email templates (#7919) (diff)
downloadsynapse-de119063f248981510e961e83f1515a3add19a21.tar.xz
Convert room list handler to async/await. (#7912)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7912.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7912.misc b/changelog.d/7912.misc
new file mode 100644
index 0000000000..d619590070
--- /dev/null
+++ b/changelog.d/7912.misc
@@ -0,0 +1 @@
+Convert `RoomListHandler` to async/await.