Skip to content

Commit

Permalink
fix: 그룹초대 기능 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SangWoon123 committed May 17, 2024
1 parent 872466b commit f34efff
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,7 @@ public GroupInviteMessageResponse inviteGroupRoom(UserInfo userInfo, GroupInvite

redisGroupInviteService.createInvitation(groupInviteRequest.userCode(), groupInviteMessageResponse);

GroupInviteEvent event = GroupInviteEvent.builder()
.groupName(group.getName())
.userCode(groupInviteRequest.userCode())
.build();

notificationService.handleGroupInvitedEvent(event);
notificationService.notifyInvitation(groupInviteRequest.userCode(), group.getName());

return groupInviteMessageResponse;
}
Expand Down

0 comments on commit f34efff

Please sign in to comment.