Skip to content

Commit

Permalink
[SAMBAD-300]-알림 publish userid receiver로 변경 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeHanEum authored Aug 25, 2024
1 parent 0d93c52 commit 67df6f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ private void publishRequestedEvent(HandWaving handWaving) {
"handWavingId", handWaving.getId()
);

Long userId = sender.getUser().getId();
Long meetingId = sender.getMeeting().getId();
Long userId = receiver.getUser().getId();
Long meetingId = receiver.getMeeting().getId();

eventService.publish(userId, meetingId, HAND_WAVING_REQUESTED, contentsMap, additionalData);
}
Expand Down

0 comments on commit 67df6f2

Please sign in to comment.