Skip to content

Commit

Permalink
⚡️ :: 사람 이름으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jyk1029 committed Dec 5, 2023
1 parent e5db01a commit fdcfe8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ class SendChat2Service(
}
}

fcmService.sendMessage(privateRoom.userB.deviceToken, "채팅", chat.text)
fcmService.sendMessage(privateRoom.userB.deviceToken, privateRoom.userB.name, chat.text)
}
}

0 comments on commit fdcfe8c

Please sign in to comment.