Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimpson committed Jun 29, 2018
1 parent 65bc1fd commit 2f1466a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ const sendNotification = ({
return;
}

let title = UI_Use_Real_Name && user.name ? user.name : `@${ user.username }`;
if (room.t !== 'd' && room.name) {
title += ` @ #${ room.name }`;

const hasMentionToUser = mentionIds.includes(subscription.u._id);

// mute group notifications (@here and @all) if not directly mentioned as well
Expand Down

0 comments on commit 2f1466a

Please sign in to comment.