From baa3919a1738a0768f503027e50f652dcfb30d36 Mon Sep 17 00:00:00 2001 From: Adhiraj Singh Date: Fri, 24 Jun 2022 12:23:50 +0530 Subject: [PATCH] chore: add back "messages" to chat --- src/Types/Chat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Types/Chat.ts b/src/Types/Chat.ts index e47d491..f51f86f 100644 --- a/src/Types/Chat.ts +++ b/src/Types/Chat.ts @@ -48,7 +48,7 @@ export type WAPatchCreate = { operation: proto.SyncdMutation.SyncdMutationSyncdOperation } -export type Chat = Omit & { +export type Chat = proto.IConversation & { /** unix timestamp of date when mute ends, if applicable */ mute?: number | null /** timestamp of when pinned */