mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Various Improvements
This commit is contained in:
@@ -194,6 +194,10 @@ final class ChatMessageNotificationItemNode: NotificationItemNode {
|
||||
return false
|
||||
}
|
||||
}
|
||||
if messageEntities?.count == 0 {
|
||||
messageEntities = nil
|
||||
messageText = textString
|
||||
}
|
||||
} else {
|
||||
messageText = textString
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user