diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/lists/FollowSet.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/lists/FollowSet.kt index fcb2af03e..ae8a12a04 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/lists/FollowSet.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/lists/FollowSet.kt @@ -37,7 +37,7 @@ class FollowSet( signer: NostrSigner, ): FollowSet { val dTag = event.dTag() - val listTitle = event.title() ?: dTag + val listTitle = event.nameOrTitle() ?: dTag val listDescription = event.description() ?: "" val publicFollows = event.filterTagList("p", null) val privateFollows = mutableListOf()