@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.
@@ -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 generateWAMessageMedia(faviconInfo, options);
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.0",
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",