Closed dotmacro closed 4 months ago
I am not sure where the discussion is, but I remember that we made agreement on displaying red badge on the Chat menu of sidebar only when there are unreadMessages
.
unreadMessages
contains mentions(e.g., @alexjin
, @sebin
, ...) from any channels, messages of INTERACTIVE
type (e.g., @alexjin wants to change group's mincome. See proposal
) from any channels, and any messages from DMs.
So just creating a simple message in a public/private chatroom doesn't make badge on the Chat menu.
And, as we can see in the following Figma design, it also says the badge will be display only there is at least 1 notifications. The notifications
is what we implemented in our codes as unreadMessages
.
It also works same to the badges of channels on the right side of the app.
cc: @dotmacro, @taoeffect
We are currently display badges for those unreadMessages
.
You’re completely correct @Silver-IT , thank you. Closing.
Problem
The notification badge is not appearing on
Chat
in the menubar when there are unread messages. Nor is it appearing on the channels list. This is affecting both public and private channels, but not DMs.User1 sends messages in
general
and in a private channel.User2 does not see any notification badge on
Chat
or unread message counter ongeneral
. (User2 is not a member of private channel). \User3 does not see any notification badge on
Chat
, or unread message counters ongeneral
or the private channel.User1 Sends a DM to User3.
User3 does see a notification badge both on
Chat
and in the DM list (as an unread message counter).Solution
Chat
in the left menubar when there are unread messages.