Compare commits

..

No commits in common. "76b2b5f7e33245bed0756f8d7887e1a5a182a5d7" and "e918d809eb3f9843c0e077a3855a310540f2c975" have entirely different histories.

1 changed files with 1 additions and 7 deletions

View File

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