diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-23 15:45:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-23 15:45:39 -0400 |
commit | 83434df3812650f53c60e91fb23c2079db0fb5b8 (patch) | |
tree | f81784e35a6b4fbd015f5dab06e9101266f05c32 /changelog.d | |
parent | Put a cache on `/state_ids` (#7931) (diff) | |
download | synapse-83434df3812650f53c60e91fb23c2079db0fb5b8.tar.xz |
Update the auth providers to be async. (#7935)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7935.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7935.misc b/changelog.d/7935.misc new file mode 100644 index 0000000000..3771f99bf2 --- /dev/null +++ b/changelog.d/7935.misc @@ -0,0 +1 @@ +Convert the auth providers to be async/await. |