Preview for quote noting.

This commit is contained in:
Vitor Pamplona
2023-04-25 13:37:39 -04:00
parent 99861facc9
commit f7182d6393
@@ -82,7 +82,8 @@ open class NewPostViewModel : ViewModel() {
}
quote?.let {
message = TextFieldValue(message.text + "\n\n@${it.toNEvent()}")
message = TextFieldValue(message.text + "\n\nnostr:${it.toNEvent()}")
urlPreview = findUrlInMessage()
}
canAddInvoice = account.userProfile().info?.lnAddress() != null