diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-30 06:56:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-30 06:56:55 -0400 |
commit | 3950ae51ef3e7d0bdbe5002dbe8ef5c35a9e8eea (patch) | |
tree | 3e75c5de7b32318f01495484db2f4f2d2303e335 /changelog.d | |
parent | Ensure the msg property of HttpResponseException is a string. (#7979) (diff) | |
download | synapse-3950ae51ef3e7d0bdbe5002dbe8ef5c35a9e8eea.tar.xz |
Ensure that remove_pusher is always async (#7981)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7981.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7981.misc b/changelog.d/7981.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/7981.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |