Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin
2021-12-15 00:08:55 +04:00

View File

@@ -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)