mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-22 20:12:02 -06:00
fix: messageId baileys
This commit is contained in:
parent
a7887f0b1c
commit
18d4c68025
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user