diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2024-03-05 12:27:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 12:27:27 +0000 |
commit | 8a05304222db744c48c7640a34d5b35e5ecdc22e (patch) | |
tree | b38dda86f99082572a524c90b73395ca3c86a1cd /changelog.d | |
parent | 1.102.0rc1 (diff) | |
download | synapse-8a05304222db744c48c7640a34d5b35e5ecdc22e.tar.xz |
Revert "Improve DB performance of calculating badge counts for push. (#16756)" (#16979)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16979.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16979.misc b/changelog.d/16979.misc new file mode 100644 index 0000000000..a8c3b33ab2 --- /dev/null +++ b/changelog.d/16979.misc @@ -0,0 +1 @@ +Revert https://github.com/element-hq/synapse/pull/16756, which caused incorrect notification counts on mobile clients. |