no message

This commit is contained in:
Peter
2017-04-09 21:35:18 +03:00
parent f747bb4716
commit d9431dcb78

View File

@@ -304,7 +304,7 @@ func processSecretChatIncomingDecryptedOperations(mediaBox: MediaBox, modifier:
}
if updatedState != state {
modifier.setPeerChatState(peerId, state: updatedState)
updatedPeer = peer.withUpdatedEmbeddedState(updatedState.embeddedState.peerState)
updatedPeer = updatedPeer.withUpdatedEmbeddedState(updatedState.embeddedState.peerState)
}
if !peer.isEqual(updatedPeer) {
updatePeers(modifier: modifier, peers: [updatedPeer], update: { _, updated in