@ryuu-reinzz/haruka-lib 3.2.4 → 3.2.5

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.
Files changed (2) hide show
  1. package/main/socket.js +1 -1
  2. package/package.json +1 -1
package/main/socket.js CHANGED
@@ -398,7 +398,7 @@ export default function addProperty(socket, baileys) {
398
398
  sourceUrl: contextInfo.externalAdReply.sourceUrl || contextInfo.externalAdReply.url || "",
399
399
  thumbnailUrl: contextInfo.externalAdReply.thumbnailUrl || "",
400
400
  renderLargerThumbnail: contextInfo.externalAdReply.renderLargerThumbnail || false,
401
- showAdAttribution: contextInfo.externalAdReply.showAdAttribution !== false,
401
+ showAdAttribution: contextInfo.externalAdReply.showAdAttribution || false,
402
402
  containsAutoReply: contextInfo.externalAdReply.containsAutoReply || false,
403
403
  ...(contextInfo.externalAdReply.mediaUrl && {
404
404
  mediaUrl: contextInfo.externalAdReply.mediaUrl,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuu-reinzz/haruka-lib",
3
- "version": "3.2.4",
3
+ "version": "3.2.5",
4
4
  "description": "Library extra for bot WhatsApp",
5
5
  "main": "main/index.js",
6
6
  "type": "module",