Merge branch 'beta'

This commit is contained in:
Ali 2021-12-13 20:11:45 +04:00
commit 9f64981aca

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)