diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-05-11 15:12:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 15:12:39 -0400 |
commit | be309d99cfe852b9bf3afa27656254d46e2f107b (patch) | |
tree | 9bb5f19f1531a3d69e254605b9bc9c59de657808 /changelog.d | |
parent | Allow configuration of Synapse's cache without using synctl or environment va... (diff) | |
download | synapse-be309d99cfe852b9bf3afa27656254d46e2f107b.tar.xz |
Convert search code to async/await. (#7460)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7460.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7460.misc b/changelog.d/7460.misc new file mode 100644 index 0000000000..f71533fe17 --- /dev/null +++ b/changelog.d/7460.misc @@ -0,0 +1 @@ +Convert the search handler to async/await. |