mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-03-21 20:18:40 -06:00
Update src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1979,10 +1979,9 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
return error;
|
||||
}
|
||||
}
|
||||
|
||||
private async generateMessageID() {
|
||||
public generateMessageID() {
|
||||
return {
|
||||
id: generateMessageIDV2(this.client.user?.id),
|
||||
id: generateMessageIDV2(this.client.user?.id)
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user