diff options
author | Will Hunt <will@half-shot.uk> | 2020-08-21 15:07:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-21 15:07:56 +0100 |
commit | cbbf9126cbd2ace90c1c0f615b87bcec30fdcbd8 (patch) | |
tree | 8e8c14b9d64623dba4c5bcaafafa9ba4b2076e46 /changelog.d | |
parent | Micro-optimisations to get_auth_chain_ids (#8132) (diff) | |
download | synapse-cbbf9126cbd2ace90c1c0f615b87bcec30fdcbd8.tar.xz |
Do not apply ratelimiting on joins to appservices (#8139)
Add new method ratelimiter.can_requester_do_action and ensure that appservices are exempt from being ratelimited. Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> Co-authored-by: Erik Johnston <erik@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8139.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8139.bugfix b/changelog.d/8139.bugfix new file mode 100644 index 0000000000..21f65d87b7 --- /dev/null +++ b/changelog.d/8139.bugfix @@ -0,0 +1 @@ +Fixes a bug where appservices with ratelimiting disabled would still be ratelimited when joining rooms. This bug was introduced in v1.19.0. |