diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-21 07:51:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 07:51:48 -0400 |
commit | de119063f248981510e961e83f1515a3add19a21 (patch) | |
tree | 6db9829b4c8cf7286a57b8f968da5679450773cf /changelog.d | |
parent | Element CSS and logo in email templates (#7919) (diff) | |
download | synapse-de119063f248981510e961e83f1515a3add19a21.tar.xz |
Convert room list handler to async/await. (#7912)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7912.misc | 1 |
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. |