Solving lack of stream name
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ class LiveActivitiesChannel(
|
||||
super.updateChannelInfo()
|
||||
}
|
||||
|
||||
override fun toBestDisplayName(): String = info?.title() ?: toNAddr().toShortDisplay()
|
||||
override fun toBestDisplayName(): String = info?.title() ?: creatorName() ?: toNAddr().toShortDisplay()
|
||||
|
||||
fun creatorName(): String? = creator?.toBestDisplayName()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user