mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-03-21 20:18:40 -06:00
feat: Fix linkPreview via label
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user