mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-04 18:43:31 +02:00
Fixes observer of authors
This commit is contained in:
@@ -760,7 +760,7 @@ fun RenderContentDVMThumb(
|
||||
nav: (String) -> Unit,
|
||||
) {
|
||||
// downloads user metadata to pre-load the NIP-65 relays.
|
||||
val user = baseNote.author?.live()?.metadata
|
||||
val user = baseNote.author?.live()?.metadata?.observeAsState()
|
||||
|
||||
val card = observeAppDefinition(appDefinitionNote = baseNote)
|
||||
|
||||
|
Reference in New Issue
Block a user