diff options
author | Erik Johnston <erik@matrix.org> | 2020-12-11 10:17:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-11 10:17:49 +0000 |
commit | 1d55c7b56730f0aeb8a620a22d0994f1dc735dfe (patch) | |
tree | a65007d2202da9ba911cd3b7e19b1bd3a94f51b2 /changelog.d | |
parent | Don't publish `latest` docker image until all archs are built (#8909) (diff) | |
download | synapse-1d55c7b56730f0aeb8a620a22d0994f1dc735dfe.tar.xz |
Don't ratelimit autojoining of rooms (#8921)
Fixes #8866
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8921.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8921.bugfix b/changelog.d/8921.bugfix new file mode 100644 index 0000000000..7f6f0b8a76 --- /dev/null +++ b/changelog.d/8921.bugfix @@ -0,0 +1 @@ +Fix bug where we ratelimited auto joining of rooms on registration (using `auto_join_rooms` config). |