크리에이터 내 채널 - 팔로워 리스트
- 알림설정 여부 null이 들어가도록 수정
This commit is contained in:
@@ -320,8 +320,8 @@ class ExplorerService(
|
||||
userId = it.userId,
|
||||
profileImage = it.profileImage,
|
||||
nickname = it.nickname,
|
||||
isFollow = creatorFollowing?.isFollow ?: false,
|
||||
isNotify = creatorFollowing?.isNotify ?: false
|
||||
isFollow = creatorFollowing?.isFollow,
|
||||
isNotify = creatorFollowing?.isNotify
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user