diff options
author | Erik Johnston <erik@matrix.org> | 2022-07-20 13:37:00 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-07-20 13:37:00 +0100 |
commit | 93740cae5773536c77c142f84c09267c92866ead (patch) | |
tree | 985027dcac346b35438c262d5ba7640bd3575423 /changelog.d | |
parent | Don't include appservice users when calculating push rules (#13332) (diff) | |
download | synapse-93740cae5773536c77c142f84c09267c92866ead.tar.xz |
1.63.1 v1.63.1
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13332.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/13332.bugfix b/changelog.d/13332.bugfix deleted file mode 100644 index 826ed1788f..0000000000 --- a/changelog.d/13332.bugfix +++ /dev/null @@ -1 +0,0 @@ -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. |