mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
Merge pull request #977 from FelipeWayne/v2.0.0
(whatsapp.baileys.service.ts): adiciona novos campos de grupo na integração do WhatsApp
This commit is contained in:
commit
b324e22d57
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user