diff options
author | Will Hunt <will@half-shot.uk> | 2022-05-04 19:33:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-04 19:33:26 +0100 |
commit | 2d74a8c17876ed235249b1423d63c920c614a530 (patch) | |
tree | 49cfa324c04e10ca0fba48d6b2f756f119f8d903 /changelog.d | |
parent | Use `getClientAddress` instead of `getClientIP`. (#12599) (diff) | |
download | synapse-2d74a8c17876ed235249b1423d63c920c614a530.tar.xz |
Add `mau_appservice_trial_days` config (#12619)
* Add mau_appservice_trial_days * Add a test * Tweaks * changelog * Ensure we sync after the delay * Fix types * Add config statement * Fix test * Reinstate logging that got removed * Fix feature name
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12619.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12619.feature b/changelog.d/12619.feature new file mode 100644 index 0000000000..b0fc0f5fed --- /dev/null +++ b/changelog.d/12619.feature @@ -0,0 +1 @@ +Add new `mau_appservice_trial_days` configuration option to specify a different trial period for users registered via an appservice. |