Various fixes

This commit is contained in:
Ilya Laktyushin
2023-03-03 21:32:42 +04:00
parent 5eb0d74f40
commit a7a34b5cbc
15 changed files with 314 additions and 252 deletions

View File

@@ -182,7 +182,9 @@ class ChatMessageReplyInfoNode: ASDisplayNode {
}
let entities = messageEntities.filter { entity in
if case .Spoiler = entity.type {
if case .Strikethrough = entity.type {
return true
} else if case .Spoiler = entity.type {
return true
} else if case .CustomEmoji = entity.type {
return true