diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/model/nip53LiveActivities/LiveActivitiesChannel.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/model/nip53LiveActivities/LiveActivitiesChannel.kt index 312fd1e45..d595164c2 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/model/nip53LiveActivities/LiveActivitiesChannel.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/model/nip53LiveActivities/LiveActivitiesChannel.kt @@ -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()