diff options
author | Erik Johnston <erik@matrix.org> | 2022-07-20 12:06:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-20 12:06:13 +0100 |
commit | b4ae3b0d445a5e294d4d3278b62b2add75840424 (patch) | |
tree | 9f70a4afe6859b109e8cab5f02621f13e5876d25 /changelog.d | |
parent | Improve precision on validation improvements (diff) | |
download | synapse-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.bugfix | 1 |
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. |