fix: correct operation type on chat patch
This commit is contained in:
@@ -17,6 +17,7 @@ export type WAPatchCreate = {
|
||||
index: string[]
|
||||
type: WAPatchName
|
||||
apiVersion: number
|
||||
operation: proto.SyncdMutation.SyncdMutationSyncdOperation
|
||||
}
|
||||
|
||||
export type Chat = Omit<proto.IConversation, 'messages'> & {
|
||||
|
||||
Reference in New Issue
Block a user