라이브 생성 푸시 - 개설했습니다. -> 예약했습니다.

This commit is contained in:
Klaus 2023-09-07 16:48:48 +09:00
parent 0978549675
commit 300e20dcd0
1 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ class LiveRoomService(
message = if (createdRoom.channelName != null) {
"라이브를 시작했습니다. - ${createdRoom.title}"
} else {
"라이브를 개설했습니다. - ${createdRoom.title}"
"라이브를 예약했습니다. - ${createdRoom.title}"
},
isAuth = createdRoom.isAdult,
roomId = createdRoom.id,
@ -266,7 +266,7 @@ class LiveRoomService(
message = if (createdRoom.channelName != null) {
"라이브를 시작했습니다. - ${createdRoom.title}"
} else {
"라이브를 개설했습니다. - ${createdRoom.title}"
"라이브를 예약했습니다. - ${createdRoom.title}"
},
isAuth = createdRoom.isAdult,
roomId = createdRoom.id,