mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +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 {
|
if chatIsVisible {
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user