summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-07-20 12:06:13 +0100
committerGitHub <noreply@github.com>2022-07-20 12:06:13 +0100
commitb4ae3b0d445a5e294d4d3278b62b2add75840424 (patch)
tree9f70a4afe6859b109e8cab5f02621f13e5876d25 /changelog.d
parentImprove precision on validation improvements (diff)
downloadsynapse-b4ae3b0d445a5e294d4d3278b62b2add75840424.tar.xz
Don't include appservice users when calculating push rules (#13332)
This can cause a lot of extra load on servers with lots of appservice users. Introduced in #13078
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13332.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13332.bugfix b/changelog.d/13332.bugfix
new file mode 100644
index 0000000000..826ed1788f
--- /dev/null
+++ b/changelog.d/13332.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.63.0 where push actions were incorrectly calculated for appservice users. This caused performance issues on servers with large numbers of appservices.