diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-17 07:08:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 07:08:56 -0400 |
commit | 00e57b755c0122c93b694c9926dc2440ffc65104 (patch) | |
tree | c5b9f7489c7a16502b2c955841823999ed07fc6f /changelog.d | |
parent | Convert _base, profile, and _receipts handlers to async/await (#7860) (diff) | |
download | synapse-00e57b755c0122c93b694c9926dc2440ffc65104.tar.xz |
Convert synapse.app to async/await. (#7868)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7868.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7868.misc b/changelog.d/7868.misc new file mode 100644 index 0000000000..eadef5e4c2 --- /dev/null +++ b/changelog.d/7868.misc @@ -0,0 +1 @@ +Convert synapse.app and federation client to async/await. |