diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-13 07:11:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 07:11:39 -0400 |
commit | dd8f28bd3fedb74080916cf0d03e6957b2978651 (patch) | |
tree | e437819273b97083185e1bc8ccd7b0d4e8241e53 /changelog.d | |
parent | Convert the roommember database to async/await. (#8070) (diff) | |
download | synapse-dd8f28bd3fedb74080916cf0d03e6957b2978651.tar.xz |
Fix unawaited coroutine error in tests. (#8072)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8072.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8072.misc b/changelog.d/8072.misc new file mode 100644 index 0000000000..e26764dea1 --- /dev/null +++ b/changelog.d/8072.misc @@ -0,0 +1 @@ + Convert various parts of the codebase to async/await. |