chore: add back "messages" to chat

This commit is contained in:
Adhiraj Singh
2022-06-24 12:23:50 +05:30
parent 92960bbf04
commit baa3919a17

View File

@@ -48,7 +48,7 @@ export type WAPatchCreate = {
operation: proto.SyncdMutation.SyncdMutationSyncdOperation
}
export type Chat = Omit<proto.IConversation, 'messages'> & {
export type Chat = proto.IConversation & {
/** unix timestamp of date when mute ends, if applicable */
mute?: number | null
/** timestamp of when pinned */