mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Don't display notifications for imported messages
This commit is contained in:
parent
85b937d6c9
commit
c27376b515
1 changed files with 3 additions and 0 deletions
|
|
@ -319,6 +319,9 @@ final class AuthorizedApplicationContext {
|
|||
}
|
||||
}
|
||||
}
|
||||
if let forwardInfo = firstMessage.forwardInfo, forwardInfo.flags.contains(.isImported) {
|
||||
return
|
||||
}
|
||||
|
||||
if chatIsVisible {
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue