콘텐츠 상세 - 크리에이터 팔로우와 알림설정
- 팔로잉 상태에서 알림 켜기/끄기 상태 추가
This commit is contained in:
		@@ -87,10 +87,10 @@ final class ContentDetailViewModel: ObservableObject {
 | 
			
		||||
            .store(in: &subscription)
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    func creatorFollow(userId: Int) {
 | 
			
		||||
    func creatorFollow(creatorId: Int, follow: Bool = true, notify: Bool = true) {
 | 
			
		||||
        isLoading = true
 | 
			
		||||
        
 | 
			
		||||
        userRepository.creatorFollow(creatorId: userId)
 | 
			
		||||
        userRepository.creatorFollow(creatorId: creatorId, follow: follow, notify: notify)
 | 
			
		||||
            .sink { result in
 | 
			
		||||
                switch result {
 | 
			
		||||
                case .finished:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user