diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2023-03-27 13:37:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 07:37:17 -0400 |
commit | 4fc85e5a921c7200a54a7fd1e9b56b5d2fedc453 (patch) | |
tree | bc1b3194ad346e8fb7e84d6dd78e4a79ac902bb0 /changelog.d | |
parent | Bump cryptography from 40.0.0 to 40.0.1 (#15329) (diff) | |
download | synapse-4fc85e5a921c7200a54a7fd1e9b56b5d2fedc453.tar.xz |
Load `/password_policy` endpoint on workers. (#15331)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15331.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15331.feature b/changelog.d/15331.feature new file mode 100644 index 0000000000..b4c2eddc48 --- /dev/null +++ b/changelog.d/15331.feature @@ -0,0 +1 @@ +Allow loading `/password_policy` endpoint on workers. \ No newline at end of file |