From df04953dcbfed29322bdbe5011428763f647abdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=9E=20=F0=9D=90=86=F0=9D=90=9A=F0=9D=90=9B?= =?UTF-8?q?=F0=9D=90=AB=F0=9D=90=A2=F0=9D=90=9E=F0=9D=90=A5=20=F0=9D=90=92?= =?UTF-8?q?=F0=9D=90=A4=20=E3=81=81?= <148560941+glytglobal@users.noreply.github.com> Date: Sat, 5 Oct 2024 18:20:10 -0300 Subject: [PATCH] =?UTF-8?q?=E3=82=9E=20=F0=9D=90=86=F0=9D=90=9A?= =?UTF-8?q?=F0=9D=90=9B=F0=9D=90=AB=F0=9D=90=A2=F0=9D=90=9E=F0=9D=90=A5=20?= =?UTF-8?q?=F0=9D=90=92=F0=9D=90=A4=20=E3=81=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libraries/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/store.js b/src/libraries/store.js index 5fd56f3092..d2c2069071 100644 --- a/src/libraries/store.js +++ b/src/libraries/store.js @@ -16,7 +16,7 @@ * Ciphertext error fix and additional improvements by @BrunoSobrino * See: https://github.com/BrunoSobrino */ -const { BufferJSON, WAWeb, isJidBroadcast, WAMessageStubType, updateMessageWithReceipt, updateMessageWithReaction, jidNormalizedUser } = (await import('baileys')).default; +const { BufferJSON, WAE2E, isJidBroadcast, WAMessageStubType, updateMessageWithReceipt, updateMessageWithReaction, jidNormalizedUser } = (await import('baileys')).default; const TIME_TO_DATA_STALE = 5 * 60 * 1000; function makeInMemoryStore() {