Skip to content

Commit

Permalink
fix Chat - Notification is NOT received in the main device after Cont…
Browse files Browse the repository at this point in the history
…rol policy was created
  • Loading branch information
hungvu193 committed Sep 14, 2023
1 parent 6764fd1 commit c2de2e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default {
const plainTextMessage = (_.find(message, (f) => f.type === 'COMMENT') || {}).text;

if (isChatRoom) {
const roomName = _.get(report, 'displayName', '');
const roomName = _.get(report, 'reportName', '');
title = roomName;
body = `${plainTextPerson}: ${plainTextMessage}`;
} else {
Expand Down

0 comments on commit c2de2e7

Please sign in to comment.