mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 23:26:24 +02:00
No need for NIP05 in Quoted posts
This commit is contained in:
@@ -303,7 +303,7 @@ fun NoteCompose(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (note.author != null && !makeItShort) {
|
if (note.author != null && !makeItShort && !isQuotedNote) {
|
||||||
ObserveDisplayNip05Status(note.author!!)
|
ObserveDisplayNip05Status(note.author!!)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user