summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-08-24 18:06:04 +0100
committerGitHub <noreply@github.com>2020-08-24 18:06:04 +0100
commit393a811a41d51d7967f6d455017176a20eacd85c (patch)
tree15f5bf8a8405f99f9f8a727a2ad0288759b21f85 /changelog.d
parentDo not apply ratelimiting on joins to appservices (#8139) (diff)
downloadsynapse-393a811a41d51d7967f6d455017176a20eacd85c.tar.xz
Fix join ratelimiter breaking profile updates and idempotency (#8153)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8153.bugfix1
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.