Skip to content

Commit dcc9ffc

Browse files
committed
feat: Fix linkPreview via label
1 parent 53f47d5 commit dcc9ffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2249,8 +2249,8 @@ export class BaileysStartupService extends ChannelStartupService {
22492249
thumbnailUrl: image,
22502250
sourceUrl: url,
22512251
mediaUrl: url,
2252-
renderLargerThumbnail: true,
2253-
showAdAttribution: true
2252+
renderLargerThumbnail: true
2253+
// showAdAttribution: true // Removed to prevent "Sent via ad" label
22542254
}
22552255
};
22562256
} catch (error) {

0 commit comments

Comments
 (0)