mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
ESLINT
This commit is contained in:
@@ -487,8 +487,8 @@ export const generateWAMessageContent = async(
|
|||||||
m[messageType].contextInfo = m[messageType] || { }
|
m[messageType].contextInfo = m[messageType] || { }
|
||||||
m[messageType].contextInfo.mentionedJid = message.mentions
|
m[messageType].contextInfo.mentionedJid = message.mentions
|
||||||
}
|
}
|
||||||
|
|
||||||
if('edit' in message) {
|
if('edit' in message) {
|
||||||
m = {
|
m = {
|
||||||
protocolMessage: {
|
protocolMessage: {
|
||||||
key: message.edit,
|
key: message.edit,
|
||||||
@@ -496,8 +496,8 @@ export const generateWAMessageContent = async(
|
|||||||
type: WAProto.Message.ProtocolMessage.Type.MESSAGE_EDIT
|
type: WAProto.Message.ProtocolMessage.Type.MESSAGE_EDIT
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return WAProto.Message.fromObject(m)
|
return WAProto.Message.fromObject(m)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user