diff --git a/app/lib/server/lib/sendNotificationsOnMessage.js b/app/lib/server/lib/sendNotificationsOnMessage.js index 0c15db951833..52b69b341d70 100644 --- a/app/lib/server/lib/sendNotificationsOnMessage.js +++ b/app/lib/server/lib/sendNotificationsOnMessage.js @@ -147,6 +147,7 @@ export const sendNotification = async ({ if (receiver.emails && shouldNotifyEmail({ disableAllMessageNotifications, + statusConnection: receiver.statusConnection, emailNotifications, isHighlighted, hasMentionToUser,