mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-19 19:31:43 +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!!)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user