summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-05-13 15:30:15 +0200
committerGitHub <noreply@github.com>2022-05-13 15:30:15 +0200
commit90131044297ac5378fb381050f4068784dc206a8 (patch)
tree291aca4fa689ce07ef2949dbb95c846fab24fe83 /changelog.d
parentAnother batch of type annotations (#12726) (diff)
downloadsynapse-90131044297ac5378fb381050f4068784dc206a8.tar.xz
Don't create an empty room when checking for MAU limits (#12713)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12713.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12713.bugfix b/changelog.d/12713.bugfix
new file mode 100644
index 0000000000..91e70f102c
--- /dev/null
+++ b/changelog.d/12713.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.30.0 where empty rooms could be automatically created if a monthly active users limit is set.