크리에이터 팔로우 API 알림 상태 수정
- 알림과 팔로우 상태 모두 true 일 때만 알림이 true가 되고 둘 중 하나라도 false이면 false가 되도록 수정
This commit is contained in:
		| @@ -346,7 +346,7 @@ class MemberService( | ||||
|             newCreatorFollowing.creator = creator | ||||
|             creatorFollowingRepository.save(newCreatorFollowing) | ||||
|         } else { | ||||
|             creatorFollowing.isNotify = isNotify | ||||
|             creatorFollowing.isNotify = isNotify && isActive | ||||
|             creatorFollowing.isActive = isActive | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user