Refactoring

This commit is contained in:
Ali
2021-09-07 13:09:06 +04:00
parent f0f02dc4b9
commit 1141e09c1b
257 changed files with 1894 additions and 1720 deletions

View File

@@ -247,7 +247,6 @@ private func pushPeerReadState(network: Network, postbox: Postbox, stateManager:
}
return pushSignal
|> mapError { _ -> PeerReadStateValidationError in
return .retry
}
|> mapToSignal { _ -> Signal<PeerReadState, PeerReadStateValidationError> in
return .complete()
@@ -287,7 +286,6 @@ private func pushPeerReadState(network: Network, postbox: Postbox, stateManager:
return pushSignal
|> mapError { _ -> PeerReadStateValidationError in
return .retry
}
|> mapToSignal { _ -> Signal<PeerReadState, PeerReadStateValidationError> in
return .complete()