mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 22:36:49 +01:00
Parse follow set descriptions as-is.
This commit is contained in:
@@ -42,7 +42,7 @@ data class FollowSet(
|
|||||||
val address = event.address()
|
val address = event.address()
|
||||||
val dTag = event.dTag()
|
val dTag = event.dTag()
|
||||||
val listTitle = event.nameOrTitle() ?: dTag
|
val listTitle = event.nameOrTitle() ?: dTag
|
||||||
val listDescription = event.description() ?: ""
|
val listDescription = event.description()
|
||||||
val publicFollows = event.publicPeople().map { it.toTagArray() }.map { it.value() }
|
val publicFollows = event.publicPeople().map { it.toTagArray() }.map { it.value() }
|
||||||
val privateFollows =
|
val privateFollows =
|
||||||
runBlocking { event.privatePeople(signer) }
|
runBlocking { event.privatePeople(signer) }
|
||||||
|
|||||||
Reference in New Issue
Block a user