diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-08-24 18:06:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 18:06:04 +0100 |
commit | 393a811a41d51d7967f6d455017176a20eacd85c (patch) | |
tree | 15f5bf8a8405f99f9f8a727a2ad0288759b21f85 /changelog.d | |
parent | Do not apply ratelimiting on joins to appservices (#8139) (diff) | |
download | synapse-393a811a41d51d7967f6d455017176a20eacd85c.tar.xz |
Fix join ratelimiter breaking profile updates and idempotency (#8153)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8153.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8153.bugfix b/changelog.d/8153.bugfix new file mode 100644 index 0000000000..87a1f46ca1 --- /dev/null +++ b/changelog.d/8153.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in v1.19.0 that would cause e.g. profile updates to fail due to incorrect application of rate limits on join requests. |