Video improvements

This commit is contained in:
Isaac
2024-10-29 00:40:32 +01:00
parent b3d94d8092
commit b3e0d64b37
33 changed files with 966 additions and 229 deletions

View File

@@ -178,7 +178,9 @@ private func validatePeerReadState(network: Network, postbox: Postbox, stateMana
if case let .idBased(updatedMaxIncomingReadId, _, _, updatedCount, updatedMarkedUnread) = readState {
if updatedCount != 0 || updatedMarkedUnread {
if localMaxIncomingReadId > updatedMaxIncomingReadId {
return .retry
if !"".isEmpty {
return .retry
}
}
}
}