mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-07 05:25:12 +00:00
no message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user