mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Merge branch 'beta'
This commit is contained in:
commit
9f64981aca
@ -1639,7 +1639,7 @@ final class PostboxImpl {
|
||||
}
|
||||
}
|
||||
|
||||
if message.timestamp + 60 * 10 > timestampForAbsoluteTimeBasedOperations {
|
||||
if Int64(message.timestamp) + 60 * 10 > Int64(timestampForAbsoluteTimeBasedOperations) {
|
||||
return .skip
|
||||
}
|
||||
var flags = StoreMessageFlags(message.flags)
|
||||
|
Loading…
x
Reference in New Issue
Block a user