Rooms set to "Mentions and Keywords" still show badges for all messages #2811
andrewmurphyio
started this conversation in
Issue Triage
Replies: 1 comment
-
|
Often I use mentions and keywords for larger rooms that I still want to be updated on, but I don't want to be flooded with messages. I think this could be an intended feature |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Rooms with notification mode set to "Mentions and Keywords" incorrectly show unread badges and counts for all messages, not just highlights (mentions).
This is similar to #375 / #2582 (muted rooms showing badges), but affects the MentionsAndKeywords notification type.
Reproduction
Expected behavior
Root cause
In
src/app/utils/room.ts, thegetUnreadInfos()function only filters outMuterooms:For
MentionsAndKeywordsrooms, it still returns the full total count viagetUnreadInfo()instead of filtering to show only highlights.Platform and versions
Beta Was this translation helpful? Give feedback.
All reactions