diff options
author | Patrick Cloke <patrickc@matrix.org> | 2022-06-30 13:27:24 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2022-06-30 13:27:24 -0400 |
commit | b0366853cae1e08d30d44757d142f8670b7ec35c (patch) | |
tree | fc219b70153c400282180f5071c7daccc5b841c4 /changelog.d | |
parent | Don't process /send requests for users who have hit their ratelimit (#13134) (diff) | |
parent | Fix unread counts on large servers (#13140) (diff) | |
download | synapse-b0366853cae1e08d30d44757d142f8670b7ec35c.tar.xz |
Merge remote-tracking branch 'origin/release-v1.62' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13140.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/13141.bugfix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/13140.bugfix b/changelog.d/13140.bugfix new file mode 100644 index 0000000000..cb0586e39e --- /dev/null +++ b/changelog.d/13140.bugfix @@ -0,0 +1 @@ +Fix unread counts for users on large servers. Introduced in v1.62.0rc1. diff --git a/changelog.d/13141.bugfix b/changelog.d/13141.bugfix new file mode 100644 index 0000000000..930e870865 --- /dev/null +++ b/changelog.d/13141.bugfix @@ -0,0 +1 @@ +Fix DB performance when deleting old push notifications. Introduced in v1.62.0rc1. |