Skip to content

Commit

Permalink
fix: messageId baileys
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidsonGomes committed Jun 12, 2024
1 parent a7887f0 commit 18d4c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/services/channels/whatsapp.baileys.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1793,7 +1793,7 @@ export class BaileysStartupService extends ChannelStartupService {
const messageSent = await (async () => {
const option = {
quoted,
messageId: '3EB0' + randomBytes(6).toString('hex').toUpperCase(),
messageId: '3EB0' + randomBytes(18).toString('hex').toUpperCase(),
};

if (
Expand Down

0 comments on commit 18d4c68

Please sign in to comment.