From db719209fc181c1f082b26703399a0bd94b269f1 Mon Sep 17 00:00:00 2001 From: Edgard Date: Wed, 30 Nov 2022 20:23:12 -0300 Subject: [PATCH] fix: Fixed exported function getQuotedMsgObj --- src/whatsapp/functions/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/whatsapp/functions/index.ts b/src/whatsapp/functions/index.ts index 96180dc9b7..acf30b42c3 100644 --- a/src/whatsapp/functions/index.ts +++ b/src/whatsapp/functions/index.ts @@ -34,6 +34,7 @@ export * from './genMinimalLinkPreview'; export * from './getFanOutList'; export * from './getGroupSenderKeyList'; export * from './getHistorySyncProgress'; +export * from './getQuotedMsgObj'; export * from './getSearchContext'; export * from './groupParticipants'; export * from './handleAck';