Describe the bug
The icons of both system tray and task bar show a red dot as if there's a new message but there isn't a message waiting.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.


Desktop (please complete the following information):
Actually that's not a bug. It's annoying, but not a bug.
The actual Discord client itself displays ALL unread messages like that and it seems that previous Franz versions were the ones that "filtered" for only mentions.
I was also kinda bummed out that that's not the case anymore, but I can't decide if that can be classified as an issue or not especially if some people might prefer it that way.
My personal idea would be an option to pick ALL or just mentions in the case of Discord, but I don't know how much extra work it would need to add an "exception" like that for a single service.
Hmm well it makes me constantly think I have a new message to see so I'd say it's massively annoying and frustrating!
Would the only option be for me to mute every discord server I'm in?
Edit: Ok I've muted all servers on Discord and now there's no red dot, which is good, but IMO it's very poor behaviour of the client to show a red dot for all messages and not specific ones aimed at me.
Hey @PlaceboPRS just in case you're interested I figured out a "hack" to solve this until it gets actually added, but you'll need to edit some really short code, but don' worry if you don't know how to.
Basically you need to type this into your File Explorer: %AppData%\Franz\recipes\discord
There you need to open webview.js with say the notepad.
Look around the 10th line. It should starts like this: "const indirect = document."
Change it so it looks like this: "const indirect = 0; //document."
Save the thing and reload the whole Franz client.
This shouldn't cause any problems since all you're doing is setting the number of indirect messages to 0 so Franz can't display anything for those, but if for some reason it's not working just tell me and I'll try to send you my own file somehow.
P.S.: This is only a temporary fix and if you update your Franz or delete the Discord tab you'll probably loose it and have to do it again, but it's still better than nothing, right? :)
Perfect thanks I did that fix :)
The hack from @Gaboris did work - thanks for that. I noticed this red bubble also in the full client, and there is an option for it to disable it (which is also available from the web view):

For the desktop client it did the trick - but I have not checked outside of Franz
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
Hey @PlaceboPRS just in case you're interested I figured out a "hack" to solve this until it gets actually added, but you'll need to edit some really short code, but don' worry if you don't know how to.
Basically you need to type this into your File Explorer: %AppData%\Franz\recipes\discord
There you need to open webview.js with say the notepad.
Look around the 10th line. It should starts like this: "const indirect = document."
Change it so it looks like this: "const indirect = 0; //document."
Save the thing and reload the whole Franz client.
This shouldn't cause any problems since all you're doing is setting the number of indirect messages to 0 so Franz can't display anything for those, but if for some reason it's not working just tell me and I'll try to send you my own file somehow.
P.S.: This is only a temporary fix and if you update your Franz or delete the Discord tab you'll probably loose it and have to do it again, but it's still better than nothing, right? :)