I don’t want the badge count (either on the group, or the outer badge on the tab) to increment when a group channel receives an admin message. Can anyone point me to the easiest way to make this happen? If it needs to happen on the server/via sdk, that’s fine… though it’d be great if it turns out there’s a flag somewhere in the UI kit!
I found is_silent
in the message API which seems like the best option
hello @seatedviper,
is_silent
is the correct option here as it does prevent the message from updating badge counts.
1 Like