diff --git a/src/api/services/channels/whatsapp.baileys.service.ts b/src/api/services/channels/whatsapp.baileys.service.ts index 889b97242..bdb45d0a1 100644 --- a/src/api/services/channels/whatsapp.baileys.service.ts +++ b/src/api/services/channels/whatsapp.baileys.service.ts @@ -1413,6 +1413,8 @@ export class BaileysStartupService extends ChannelStartupService { action: ParticipantAction; }) => { this.sendDataWebhook(Events.GROUP_PARTICIPANTS_UPDATE, participantsUpdate); + + this.updateGroupMetadataCache(participantsUpdate.id); }, };