Switch to nameOrTitle() for follow set titles.
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ class FollowSet(
|
|||||||
signer: NostrSigner,
|
signer: NostrSigner,
|
||||||
): FollowSet {
|
): FollowSet {
|
||||||
val dTag = event.dTag()
|
val dTag = event.dTag()
|
||||||
val listTitle = event.title() ?: dTag
|
val listTitle = event.nameOrTitle() ?: dTag
|
||||||
val listDescription = event.description() ?: ""
|
val listDescription = event.description() ?: ""
|
||||||
val publicFollows = event.filterTagList("p", null)
|
val publicFollows = event.filterTagList("p", null)
|
||||||
val privateFollows = mutableListOf<String>()
|
val privateFollows = mutableListOf<String>()
|
||||||
|
|||||||
Reference in New Issue
Block a user