mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-25 01:48:39 -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 messageSent = await (async () => {
|
||||||
const option = {
|
const option = {
|
||||||
quoted,
|
quoted,
|
||||||
messageId: '3EB0' + randomBytes(6).toString('hex').toUpperCase(),
|
messageId: '3EB0' + randomBytes(18).toString('hex').toUpperCase(),
|
||||||
};
|
};
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
Loading…
Reference in New Issue
Block a user