diff --git a/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift b/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift index 0b982eb..43a61b0 100644 --- a/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift +++ b/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift @@ -236,7 +236,7 @@ final class LiveRoomViewModel: NSObject, ObservableObject { getTotalDonationCan() - if (userId > 0) { + if (userId > 0 && data.creatorId == UserDefaults.int(forKey: .userId)) { let nickname = getUserNicknameAndProfileUrl(accountId: userId).nickname onSuccess(nickname) }