diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-09-02 13:11:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 13:11:02 -0400 |
commit | 912e024913bdb2b0360f5d2631a5345d3424d2e2 (patch) | |
tree | 9aa7a2e12b87ab6be9c23a224b5873e99b7c3db8 /changelog.d | |
parent | Add StreamStore to mypy (#8232) (diff) | |
download | synapse-912e024913bdb2b0360f5d2631a5345d3424d2e2.tar.xz |
Convert runInteraction to async/await (#8156)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8156.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8156.misc b/changelog.d/8156.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/8156.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |