캔 아이콘 변경
This commit is contained in:
@@ -751,7 +751,7 @@ final class LiveRoomViewModel: NSObject, ObservableObject {
|
||||
.store(in: &subscription)
|
||||
}
|
||||
|
||||
func registerNotification(creatorId: Int? = nil, isGetUserProfile: Bool = false) {
|
||||
func creatorFollow(creatorId: Int? = nil, isGetUserProfile: Bool = false) {
|
||||
var userId = 0
|
||||
|
||||
if let creatorId = creatorId {
|
||||
@@ -803,7 +803,7 @@ final class LiveRoomViewModel: NSObject, ObservableObject {
|
||||
}
|
||||
}
|
||||
|
||||
func unRegisterNotification(creatorId: Int? = nil, isGetUserProfile: Bool = false) {
|
||||
func creatorUnFollow(creatorId: Int? = nil, isGetUserProfile: Bool = false) {
|
||||
var userId = 0
|
||||
|
||||
if let creatorId = creatorId {
|
||||
|
Reference in New Issue
Block a user