diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-20 06:39:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 06:39:55 -0400 |
commit | 76c43f086a3c5feeab1fd0f916086930d44fb1cf (patch) | |
tree | d03c010db83df55d6ae5f403d57aad46cedf0c93 /changelog.d | |
parent | Close the database connection we create during startup (#8131) (diff) | |
download | synapse-76c43f086a3c5feeab1fd0f916086930d44fb1cf.tar.xz |
Do not assume calls to runInteraction return Deferreds. (#8133)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8133.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8133.misc b/changelog.d/8133.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/8133.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |