diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-06 07:40:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 07:40:35 -0400 |
commit | 6d687ebba11c701698df1f3da6fccec3b486c25a (patch) | |
tree | 5590d424421589f99edaccba3c740dcb0653f9fa /changelog.d/7775.misc | |
parent | Don't ignore `set_tweak` actions with no explicit `value`. (#7766) (diff) | |
download | synapse-6d687ebba11c701698df1f3da6fccec3b486c25a.tar.xz |
Convert the appservice handler to async/await. (#7775)
Diffstat (limited to 'changelog.d/7775.misc')
-rw-r--r-- | changelog.d/7775.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7775.misc b/changelog.d/7775.misc new file mode 100644 index 0000000000..af6fdb782f --- /dev/null +++ b/changelog.d/7775.misc @@ -0,0 +1 @@ +Convert the appserver handler to async/await. |