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:
@@ -120,6 +120,9 @@ struct NdbBlockGroup: ~Copyable {
|
||||
if event.is_content_encrypted() {
|
||||
return try parse(event: event, keypair: keypair)
|
||||
}
|
||||
else if event.known_kind == .highlight {
|
||||
return try parse(event: event, keypair: keypair)
|
||||
}
|
||||
else {
|
||||
guard let offsets = event.block_offsets(ndb: ndb) else {
|
||||
return try parse(event: event, keypair: keypair)
|
||||
|
||||
Reference in New Issue
Block a user