mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 16:06:48 +01:00
Solving lack of stream name
This commit is contained in:
@@ -59,7 +59,7 @@ class LiveActivitiesChannel(
|
|||||||
super.updateChannelInfo()
|
super.updateChannelInfo()
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun toBestDisplayName(): String = info?.title() ?: toNAddr().toShortDisplay()
|
override fun toBestDisplayName(): String = info?.title() ?: creatorName() ?: toNAddr().toShortDisplay()
|
||||||
|
|
||||||
fun creatorName(): String? = creator?.toBestDisplayName()
|
fun creatorName(): String? = creator?.toBestDisplayName()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user