mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 12:39:20 +00:00
revert: included this by mistake on last commit
This commit is contained in:
@@ -427,7 +427,7 @@ class Client extends EventEmitter {
|
|||||||
msg = await window.WWebJS.sendMessage(chat, message, options, sendSeen);
|
msg = await window.WWebJS.sendMessage(chat, message, options, sendSeen);
|
||||||
}
|
}
|
||||||
return msg.serialize();
|
return msg.serialize();
|
||||||
}, chatId, content, internalOptions, sendSeen).catch(error => { throw error; });
|
}, chatId, content, internalOptions, sendSeen);
|
||||||
|
|
||||||
return new Message(this, newMessage);
|
return new Message(this, newMessage);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user