diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-05-11 17:00:51 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2022-05-11 17:00:51 +0100 |
commit | df3f489f5b21bf4ec9c727093e64ee33d83041e1 (patch) | |
tree | 5ddb98b7984abc68f8bf81927647684416c69a71 | |
parent | Don't prune cache entries for get_or_create_notice_room_for_user (diff) | |
download | synapse-github/babolivier/mau_cache.tar.xz |
-rw-r--r-- | changelog.d/12712.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12712.bugfix b/changelog.d/12712.bugfix new file mode 100644 index 0000000000..90e35ccd14 --- /dev/null +++ b/changelog.d/12712.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.38.0 where empty rooms would be created automatically if an MAU limit was set and time-based cache expiry was turned on. |