Skip to content

Commit

Permalink
Fix chat notification email
Browse files Browse the repository at this point in the history
  • Loading branch information
Nonononoki committed May 18, 2024
1 parent 3430cb3 commit 67376da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void send(Long convoId, String message)
conversationRepo.saveAndFlush(c);

if(user.getUserSettings().isEmailChat()){
mailService.sendChatNotificationMail(currUser, user, message);
mailService.sendChatNotificationMail(user, currUser, message);
}
}

Expand Down

0 comments on commit 67376da

Please sign in to comment.