푸시정보
- 오디션 알림 추가
This commit is contained in:
@@ -141,7 +141,8 @@ class MemberService(
|
||||
role = member.role,
|
||||
messageNotice = member.notification?.message,
|
||||
followingChannelLiveNotice = member.notification?.live,
|
||||
followingChannelUploadContentNotice = member.notification?.uploadContent
|
||||
followingChannelUploadContentNotice = member.notification?.uploadContent,
|
||||
auditionNotice = member.notification?.audition
|
||||
)
|
||||
}
|
||||
|
||||
@@ -151,6 +152,7 @@ class MemberService(
|
||||
live = request.live,
|
||||
uploadContent = request.uploadContent,
|
||||
message = request.message,
|
||||
audition = request.audition,
|
||||
member = member
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user