mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
Don't display notifications for imported messages
This commit is contained in:
parent
85b937d6c9
commit
c27376b515
@ -319,6 +319,9 @@ final class AuthorizedApplicationContext {
|
||||
}
|
||||
}
|
||||
}
|
||||
if let forwardInfo = firstMessage.forwardInfo, forwardInfo.flags.contains(.isImported) {
|
||||
return
|
||||
}
|
||||
|
||||
if chatIsVisible {
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user