diff options
author | Erik Johnston <erik@matrix.org> | 2022-07-08 14:00:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-08 14:00:29 +0100 |
commit | 757bc0caefa596e747278b3bcf4269ec50ffc759 (patch) | |
tree | cc4a772fd494051959a8aff81a27af282da02439 /changelog.d | |
parent | Fix exception when using MSC3030 to look for remote federated events before r... (diff) | |
download | synapse-757bc0caefa596e747278b3bcf4269ec50ffc759.tar.xz |
Fix notification count after a highlighted message (#13223)
Fixes #13196 Broke by #13005
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13223.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13223.bugfix b/changelog.d/13223.bugfix new file mode 100644 index 0000000000..6ee3aed910 --- /dev/null +++ b/changelog.d/13223.bugfix @@ -0,0 +1 @@ +Fix bug where notification counts would get stuck after a highlighted message. Broke in v1.62.0. |