diff options
author | Erik Johnston <erik@matrix.org> | 2021-02-03 10:17:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 10:17:37 +0000 |
commit | ff55300b916b09fef83feb1f8ecaa07d90879c57 (patch) | |
tree | 8d1cf49eaafc56355504c82f4c95bf0a223580f6 /changelog.d | |
parent | Update changelog (diff) | |
download | synapse-ff55300b916b09fef83feb1f8ecaa07d90879c57.tar.xz |
Honour ratelimit flag for application services for invite ratelimiting (#9302)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9302.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9302.bugfix b/changelog.d/9302.bugfix new file mode 100644 index 0000000000..c1cdea52a3 --- /dev/null +++ b/changelog.d/9302.bugfix @@ -0,0 +1 @@ +Fix new ratelimiting for invites to respect the `ratelimit` flag on application services. Introduced in v1.27.0rc1. |