Denis Karlyuk

Results 6 comments of Denis Karlyuk

Hi all. For those who can't wait: Go to -> `app/models/attachment.rd` change ``` metadata[:data_url] = metadata[:thumb_url] = external_url if message.instagram_story_mention? ``` to ``` metadata[:data_url] = metadata[:thumb_url] = external_url if message.instagram?...

@Elvner after the changes [above](https://github.com/chatwoot/chatwoot/issues/8512#issuecomment-1924124263) and restarting the chatwoot the images should have the Instagram CDN url

@Elvner Sorry, I don't remember the version, but if you did everything correctly, it should work. To pass Facebook revision, an Instagram message (regardless of message type: image or text)...

@rafaelstelles this is part of how it should be, this is just a hotfix for passing Facebook revision. I can't run chatwoot locally to continue.

@tobsowo you should modify the files and than build the docker image using `docker-compose.yaml` at the root of the directory.

@tobsowo 1. Clone Chatwoot repository -> Change the files according to the instructions [above](https://github.com/chatwoot/chatwoot/issues/8512#issuecomment-1924124263) -> Build the docker image using `docker-compose.yaml` 2. Yes