Skip to content
Snippets Groups Projects
Commit 0a04b1f0 authored by Hiral Bhavsar's avatar Hiral Bhavsar
Browse files

[FIX] mail: counter on mailing channel when user handle notification with emails


Before this commit:

Message from mailing channel make a notification in Odoo for users
with notification "Handled by Email" when user is not log-in. this is happening
because mailing channel is marked as seen from
"messaging_notification_handler.js" which is not executed when user is not
log-in and receive message so message counter is increase when user log-in.

After this commit:

Hide the counter for mailing channel when user handles notification with emails.

Task-2541660

closes odoo/odoo#82015

Signed-off-by: default avatarAlexandre Kühn (aku) <aku@odoo.com>
parent 12ca332b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment