diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-30 07:27:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-30 07:27:39 -0400 |
commit | 4cce8ef74ec233d8e49361bee705f2e38de2e11e (patch) | |
tree | 350a0b76a92808ad123e2276ed40a8c79d161e4c /changelog.d | |
parent | Convert some of the data store to async. (#7976) (diff) | |
download | synapse-4cce8ef74ec233d8e49361bee705f2e38de2e11e.tar.xz |
Convert appservice to async. (#7973)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7973.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7973.misc b/changelog.d/7973.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/7973.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |