mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 11:20:18 +00:00
no message
This commit is contained in:
parent
a9cfcc79d8
commit
a78c348248
@ -246,7 +246,7 @@ func processSecretChatIncomingDecryptedOperations(mediaBox: MediaBox, modifier:
|
|||||||
modifier.deleteMessages(messageIds)
|
modifier.deleteMessages(messageIds)
|
||||||
}
|
}
|
||||||
case .clearHistory:
|
case .clearHistory:
|
||||||
break
|
modifier.clearHistory(peerId)
|
||||||
case let .markMessagesContentAsConsumed(globallyUniqueIds):
|
case let .markMessagesContentAsConsumed(globallyUniqueIds):
|
||||||
var messageIds: [MessageId] = []
|
var messageIds: [MessageId] = []
|
||||||
for id in globallyUniqueIds {
|
for id in globallyUniqueIds {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user