mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 04:29:15 +00:00
fix sending stickers on WhatsApp Web v2.2104.6
This commit is contained in:
@@ -185,6 +185,7 @@ exports.LoadUtils = () => {
|
|||||||
const stickerInfo = {
|
const stickerInfo = {
|
||||||
...uploadedInfo,
|
...uploadedInfo,
|
||||||
clientUrl: uploadedInfo.url,
|
clientUrl: uploadedInfo.url,
|
||||||
|
deprecatedMms3Url: uploadedInfo.url,
|
||||||
uploadhash: uploadedInfo.encFilehash,
|
uploadhash: uploadedInfo.encFilehash,
|
||||||
size: file.size,
|
size: file.size,
|
||||||
type: 'sticker',
|
type: 'sticker',
|
||||||
|
|||||||
Reference in New Issue
Block a user