mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 20:36:45 +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 dTag = event.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 privateFollows =
|
||||
runBlocking { event.privatePeople(signer) }
|
||||
|
||||
Reference in New Issue
Block a user