Andrea Leo

Results 69 comments of Andrea Leo

The easy way to install Tiledesk is using Docker Compose with the new MQTT chat engine. Follow this guide : https://github.com/Tiledesk/tiledesk-deployment/blob/master/docker-compose/README.md

I suggest you to use node 10 or 11. Some issues are experienced with > 12.X

Please checkout last commit https://github.com/Tiledesk/tiledesk-dashboard/commit/b209508b1cf2d8c535bc1d2f4ffc3b066392a610

Now TileDesk communicates with Chat21 via WebHook. See here : http://docs.tiledesk.com/en/latest/#install-on-your-server

you have before to build the angular project with : https://github.com/chat21/chat21-web-widget#build-for-production

please paste the error

the function duplicateTimelineOnJoinGroup disable the notification when someone joins the chat. As you see from the code below: ![image](https://user-images.githubusercontent.com/9378770/167861089-49be1c95-983b-437c-a9ed-c11788e6bdee.png) Only one notification is sent.

the logic is this: if you send a message with message.attributes.forcenotification=true then a notification is sent for each message if you send a message without message.attributes.forcenotification=true then a notification is...

It is related to a Firebase issue with node 12: https://github.com/firebase/firebase-js-sdk/issues/1738 Downgrade node to 10 or 11