diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-06-05 14:42:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-05 14:42:55 -0400 |
commit | 737b4a936e35daaa839e7296d888041941546b47 (patch) | |
tree | 54bf774f1dca24f5826032403a194972c24d756f /changelog.d | |
parent | Add an option to disable autojoin for guest accounts (#6637) (diff) | |
download | synapse-737b4a936e35daaa839e7296d888041941546b47.tar.xz |
Convert user directory handler and related classes to async/await. (#7640)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7640.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7640.misc b/changelog.d/7640.misc new file mode 100644 index 0000000000..55edc1c781 --- /dev/null +++ b/changelog.d/7640.misc @@ -0,0 +1 @@ +Convert user directory, state deltas, and stats handlers to async/await. |