라이브 방 - 입장메시지 방장만 보이도록 수정
This commit is contained in:
		| @@ -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) | ||||
|                         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung