No need for NIP05 in Quoted posts

This commit is contained in:
Vitor Pamplona
2023-03-17 17:08:55 -04:00
parent 8b134892ce
commit edb61e2423

View File

@@ -303,7 +303,7 @@ fun NoteCompose(
}
}
if (note.author != null && !makeItShort) {
if (note.author != null && !makeItShort && !isQuotedNote) {
ObserveDisplayNip05Status(note.author!!)
}