mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-02-05 14:56:29 -06:00
fix: messageId baileys
This commit is contained in:
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user