@itsliaaa/baileys 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Utils/messages.js +1 -1
- package/package.json +1 -1
package/lib/Utils/messages.js
CHANGED
|
@@ -688,7 +688,7 @@ export const generateWAMessageContent = async (message, options) => {
|
|
|
688
688
|
}
|
|
689
689
|
let faviconInfo = message.favicon;
|
|
690
690
|
if (faviconInfo) {
|
|
691
|
-
faviconInfo = await
|
|
691
|
+
faviconInfo = await prepareWAMessageMedia(faviconInfo, options);
|
|
692
692
|
extContent.faviconMMSMetadata = {
|
|
693
693
|
thumbnailDirectPath: faviconInfo.directPath,
|
|
694
694
|
mediaKey: faviconInfo.mediaKey,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itsliaaa/baileys",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Enhanced Baileys v7 with fixed newsletter media upload, plus support for interactive messages, albums, and more message types.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"type": "module",
|