Fix highlight comment rendering
Closes: https://github.com/damus-io/damus/issues/3129 Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
This commit is contained in:
@@ -489,6 +489,9 @@ extension NdbNote {
|
||||
if is_content_encrypted() {
|
||||
return decrypted(keypair: keypair)
|
||||
}
|
||||
else if known_kind == .highlight {
|
||||
return self.referenced_comment_items.first?.content
|
||||
}
|
||||
|
||||
return content
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user