diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-17 07:08:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 07:08:30 -0400 |
commit | 6fca1b3506e31e6864e1dc18046f1962813f14e2 (patch) | |
tree | ef15f4747dd7767e367c24589f1f0732fa943a91 /changelog.d | |
parent | Add admin endpoint to get members in a room. (#7842) (diff) | |
download | synapse-6fca1b3506e31e6864e1dc18046f1962813f14e2.tar.xz |
Convert _base, profile, and _receipts handlers to async/await (#7860)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7860.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7860.misc b/changelog.d/7860.misc new file mode 100644 index 0000000000..fdd48b955c --- /dev/null +++ b/changelog.d/7860.misc @@ -0,0 +1 @@ +Convert _base, profile, and _receipts handlers to async/await. |