mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix build
This commit is contained in:
parent
e64d88916d
commit
293e7b7578
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ final class ChatMessageNotificationItemNode: NotificationItemNode {
|
|||
title = "📅 \(currentTitle)"
|
||||
}
|
||||
|
||||
if let message, item.messages.first, let attribute = message.attributes.first(where: { $0 is NotificationInfoMessageAttribute }) as? NotificationInfoMessageAttribute, attribute.flags.contains(.muted), let currentTitle = title {
|
||||
if let message = item.messages.first, let attribute = message.attributes.first(where: { $0 is NotificationInfoMessageAttribute }) as? NotificationInfoMessageAttribute, attribute.flags.contains(.muted), let currentTitle = title {
|
||||
var isAction = false
|
||||
for media in message.media {
|
||||
if media is TelegramMediaAction {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue