라이브 방 - 입장메시지 방장만 보이도록 수정

This commit is contained in:
klaus 2023-08-21 01:32:01 +09:00
parent 01512abaf0
commit 8e135e893e
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ class LiveRoomViewModel(
getTotalDonationCan(roomId = roomId)
if (userId > 0) {
if (userId > 0 && it.data.creatorId == SharedPreferenceManager.userId) {
val nickname = getUserNickname(userId)
onSuccess(nickname)
}