mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Refactoring
This commit is contained in:
@@ -2,7 +2,7 @@ import Postbox
|
||||
|
||||
func addSynchronizeConsumeMessageContentsOperation(transaction: Transaction, messageIds: [MessageId]) {
|
||||
for (peerId, messageIds) in messagesIdsGroupedByPeerId(Set(messageIds)) {
|
||||
var updateLocalIndex: Int32?
|
||||
let updateLocalIndex: Int32? = nil
|
||||
/*transaction.operationLogEnumerateEntries(peerId: peerId, tag: OperationLogTags.SynchronizeConsumeMessageContents, { entry in
|
||||
updateLocalIndex = entry.tagLocalIndex
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user