mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Add more logs
This commit is contained in:
parent
75d78770db
commit
d8558c58b3
@ -1434,7 +1434,10 @@ private final class NotificationServiceHandler {
|
||||
switch state {
|
||||
case let .idBased(maxIncomingReadId, _, _, _, _):
|
||||
if maxIncomingReadId >= messageId.id {
|
||||
Logger.shared.log("NotificationService \(episode)", "maxIncomingReadId: \(maxIncomingReadId), messageId: \(messageId.id), skipping")
|
||||
content = NotificationContent(isLockedMessage: nil)
|
||||
} else {
|
||||
Logger.shared.log("NotificationService \(episode)", "maxIncomingReadId: \(maxIncomingReadId), messageId: \(messageId.id), not skipping")
|
||||
}
|
||||
case .indexBased:
|
||||
break
|
||||
|
Loading…
x
Reference in New Issue
Block a user