From aa18d13e2193149b3328262f14359d7933e90540 Mon Sep 17 00:00:00 2001 From: Felipe Augusto Date: Sat, 12 Oct 2024 15:36:51 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(whatsapp.baileys.service.ts):=20ad?= =?UTF-8?q?iciona=20novos=20campos=20de=20grupo=20na=20integra=C3=A7=C3=A3?= =?UTF-8?q?o=20do=20WhatsApp=20A=20inclus=C3=A3o=20dos=20campos=20isCommun?= =?UTF-8?q?ity,=20isCommunityAnnounce=20e=20linkedParent=20na=20integra?= =?UTF-8?q?=C3=A7=C3=A3o=20do=20WhatsApp=20permite=20que=20o=20servi=C3=A7?= =?UTF-8?q?o=20manipule=20informa=C3=A7=C3=B5es=20adicionais=20sobre=20gru?= =?UTF-8?q?pos.=20Isso=20melhora=20a=20funcionalidade=20e=20a=20flexibilid?= =?UTF-8?q?ade=20do=20servi=C3=A7o,=20possibilitando=20um=20melhor=20geren?= =?UTF-8?q?ciamento=20e=20intera=C3=A7=C3=A3o=20com=20grupos=20comunit?= =?UTF-8?q?=C3=A1rios=20no=20WhatsApp.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../channel/whatsapp/whatsapp.baileys.service.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts index 19b20590..354ad377 100644 --- a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts +++ b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts @@ -3552,6 +3552,9 @@ export class BaileysStartupService extends ChannelStartupService { restrict: group.restrict, announce: group.announce, participants: group.participants, + isCommunity: group.isCommunity, + isCommunityAnnounce: group.isCommunityAnnounce, + linkedParent: group.linkedParent, }; } catch (error) { if (reply === 'inner') { @@ -3581,6 +3584,9 @@ export class BaileysStartupService extends ChannelStartupService { descId: group.descId, restrict: group.restrict, announce: group.announce, + isCommunity: group.isCommunity, + isCommunityAnnounce: group.isCommunityAnnounce, + linkedParent: group.linkedParent, }; if (getParticipants.getParticipants == 'true') {