diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-05-04 07:43:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 07:43:52 -0400 |
commit | eab59d758d21d32c08fd03ceda8f752f014ef2d1 (patch) | |
tree | 8d9baed416a04f45c603e4dd2635b338db7ae246 /changelog.d | |
parent | Convert synapse.server_notices to async/await. (#7394) (diff) | |
download | synapse-eab59d758d21d32c08fd03ceda8f752f014ef2d1.tar.xz |
Convert the room handler to async/await. (#7396)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7396.misc | 1 |
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. |