diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-02-03 14:28:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 14:28:15 +0100 |
commit | d80d39b0359d3891d0078e9c8b53e189986d417f (patch) | |
tree | a22614399664657d9dd41a799e14f5cc4b6c6868 /changelog.d | |
parent | Allow specifying the application service-specific `user_id` parameter in the ... (diff) | |
download | synapse-d80d39b0359d3891d0078e9c8b53e189986d417f.tar.xz |
Add a ratelimiter for 3pid invite (#11892)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11892.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11892.feature b/changelog.d/11892.feature new file mode 100644 index 0000000000..86e21a7f84 --- /dev/null +++ b/changelog.d/11892.feature @@ -0,0 +1 @@ +Use a dedicated configurable rate limiter for 3PID invites. |