diff --git a/src/messaging/notifications.js b/src/messaging/notifications.js index e2ad6addb0..503382cf01 100644 --- a/src/messaging/notifications.js +++ b/src/messaging/notifications.js @@ -70,7 +70,7 @@ module.exports = function (Messaging) { } try { - await sendNotification(fromUid, roomId, isPublic, messageObj); + await sendNotification(fromUid, roomId, messageObj); } catch (err) { winston.error(`[messaging/notifications] Unabled to send notification\n${err.stack}`); }