diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-08-25 15:24:39 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-08-25 15:24:39 +0100 |
commit | b79d69796c47e419195df96fb7c5036e47c1e539 (patch) | |
tree | 8ac338c9c89e1ed64b98753d3aa941b60857f27e /changelog.d | |
parent | Fix join ratelimiter breaking profile updates and idempotency (#8153) (diff) | |
download | synapse-b79d69796c47e419195df96fb7c5036e47c1e539.tar.xz |
1.19.1rc1
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8139.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/8153.bugfix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/changelog.d/8139.bugfix b/changelog.d/8139.bugfix deleted file mode 100644 index 21f65d87b7..0000000000 --- a/changelog.d/8139.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixes a bug where appservices with ratelimiting disabled would still be ratelimited when joining rooms. This bug was introduced in v1.19.0. diff --git a/changelog.d/8153.bugfix b/changelog.d/8153.bugfix deleted file mode 100644 index 87a1f46ca1..0000000000 --- a/changelog.d/8153.bugfix +++ /dev/null @@ -1 +0,0 @@ -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. |