mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-26 18:38:39 -06:00
message.type === "image" in typebot.service.ts
Only works, for me, in this way Added ".png" in mediaMessage.media
This commit is contained in:
parent
8fe75cd210
commit
e6f071e306
@ -361,7 +361,7 @@ export class TypebotService {
|
||||
},
|
||||
mediaMessage: {
|
||||
mediatype: 'image',
|
||||
media: message.content.url,
|
||||
media: message.content.url + ".png",
|
||||
},
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user