Fixes observer of authors

This commit is contained in:
Vitor Pamplona
2024-06-03 12:05:46 -04:00
parent ad1c7088c7
commit 95797171d7

View File

@@ -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)