Skip to content

Commit

Permalink
main배포 v0.2.3
Browse files Browse the repository at this point in the history
main배포 v0.2.3
  • Loading branch information
gourderased authored Feb 21, 2024
2 parents 84cc5b5 + b318ac5 commit b652213
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ public void uploadShorts(User user, MultipartFile video,
.map(followRelationship -> followRelationship.getFollower().getId()
).toList();


fcmNotificationService.sendMultipleUser(userIdList, NotificationType.UPLOAD_NEW_SHORTS.getTitle(user.getProfileName()), NotificationType.UPLOAD_NEW_SHORTS.getMessage());
//fcmNotificationService.sendSingleUser(, NotificationType.UPLOAD_NEW_SHORTS.getTitle(user.getProfileName()), NotificationType.UPLOAD_NEW_SHORTS.getMessage());
}

public PageResponseDto<List<ShortsSimpleInfo>> findShortsLatest(User user, Long gymId,
Expand Down

0 comments on commit b652213

Please sign in to comment.