summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2021-10-20 11:05:29 +0100
committerGitHub <noreply@github.com>2021-10-20 11:05:29 +0100
commitdf95d3aec216f3ee73b162677ca2fca9c30289b4 (patch)
tree5fcffff904f0769421c1b80e73512428f090eea1 /changelog.d
parentBe less inconsistent about v1.2.3 versus 1.2.3 (diff)
downloadsynapse-df95d3aec216f3ee73b162677ca2fca9c30289b4.tar.xz
Revert change to counting of deactivated users towards the monthly active users limit (#11127)
Temporarily revert "Add functionality to remove deactivated users from the monthly_active_users table (#10947)".

This reverts commit eda8c88b84ee7506379a71ac2a7a88c08b759d43.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11127.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11127.bugfix b/changelog.d/11127.bugfix
new file mode 100644
index 0000000000..54417a9975
--- /dev/null
+++ b/changelog.d/11127.bugfix
@@ -0,0 +1 @@
+Revert change to counting of deactivated users towards the monthly active users limit ([\#10947](https://github.com/matrix-org/synapse/issues/10947)).