diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-19 07:09:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-19 07:09:07 -0400 |
commit | d294f0e7e18f4ba91b5ca6a944758d5b92d1ea2a (patch) | |
tree | 2502292d2dba854d3dc781b75e37aa606ceeb40c /changelog.d | |
parent | Separate `get_current_token` into two. (#8113) (diff) | |
download | synapse-d294f0e7e18f4ba91b5ca6a944758d5b92d1ea2a.tar.xz |
Remove the unused inlineCallbacks code-paths in the caching code (#8119)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8119.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8119.misc b/changelog.d/8119.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/8119.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |