feat: Fix linkPreview via label

This commit is contained in:
eltonciatto
2026-01-03 23:40:04 -03:00
parent 53f47d5fff
commit dcc9ffc64f
@@ -2249,8 +2249,8 @@ export class BaileysStartupService extends ChannelStartupService {
thumbnailUrl: image,
sourceUrl: url,
mediaUrl: url,
renderLargerThumbnail: true,
showAdAttribution: true
renderLargerThumbnail: true
// showAdAttribution: true // Removed to prevent "Sent via ad" label
}
};
} catch (error) {