mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
refactor and cleanup [skip ci]
This commit is contained in:
10
submodules/Postbox/Sources/MessageHistoryOperation.swift
Normal file
10
submodules/Postbox/Sources/MessageHistoryOperation.swift
Normal file
@@ -0,0 +1,10 @@
|
||||
import Foundation
|
||||
|
||||
enum MessageHistoryOperation {
|
||||
case InsertMessage(IntermediateMessage)
|
||||
case Remove([(MessageIndex, MessageTags)])
|
||||
case UpdateReadState(PeerId, CombinedPeerReadState)
|
||||
case UpdateEmbeddedMedia(MessageIndex, ReadBuffer)
|
||||
case UpdateTimestamp(MessageIndex, Int32)
|
||||
case UpdateGroupInfos([MessageId: MessageGroupInfo])
|
||||
}
|
||||
Reference in New Issue
Block a user