summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2020-01-22 11:05:14 +0000
committerErik Johnston <erik@matrix.org>2020-01-22 11:05:14 +0000
commit5e52d8563bdc0ab6667f0ec2571f35791720a40a (patch)
treecff8ef682daac3fe60978b99d1269fefb34a0d77 /changelog.d
parentAllow streaming cache invalidate all to workers. (#6749) (diff)
downloadsynapse-5e52d8563bdc0ab6667f0ec2571f35791720a40a.tar.xz
Allow monthly active user limiting support for worker mode, fixes #4639. (#6742)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6742.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6742.bugfix b/changelog.d/6742.bugfix
new file mode 100644
index 0000000000..ca2687c8bb
--- /dev/null
+++ b/changelog.d/6742.bugfix
@@ -0,0 +1 @@
+Fix monthly active user limiting support for worker mode, fixes [#4639](https://github.com/matrix-org/synapse/issues/4639).