diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-07 09:44:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 09:44:48 -0400 |
commit | 4e874ed5932c8d912e5ad9cf7822c216a5bc9266 (patch) | |
tree | e30a0565ff19c9eef6444c3ccc270094af4ef068 /changelog.d | |
parent | Add health check endpoint (#8048) (diff) | |
download | synapse-4e874ed5932c8d912e5ad9cf7822c216a5bc9266.tar.xz |
Remove unnecessary maybeDeferred calls (#8044)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8044.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8044.misc b/changelog.d/8044.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/8044.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |