라이브 방

- 하트 후원 기능 추가
This commit is contained in:
2024-10-16 17:32:50 +09:00
parent 078e601100
commit c8c081b3fd
5 changed files with 41 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ class CanService(private val repository: CanRepository) {
}
.map {
val title: String = when (it.canUsage) {
CanUsage.DONATION, CanUsage.SPIN_ROULETTE -> {
CanUsage.HEART, CanUsage.DONATION, CanUsage.SPIN_ROULETTE -> {
if (it.room != null) {
"[라이브 후원] ${it.room!!.member!!.nickname}"
} else if (it.audioContent != null) {