Bug description:
WhatsApp keeps showing the message that it only works with Google Chrome 60+
Steps to reproduce:
Update to 5.6 beta 2 and add a WhatsApp service on macOS.
Expected behavior
WhatsApp works as it did in 5.5 馃槈
Screenshots


Environment:
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.99. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
It works for me, if you update the browser agent to the new chrome. Just go to the recipe folder and create an index.js file with following content:
"use strict";
module.exports = Franz => class Messenger extends Franz {
overrideUserAgent() {
return "Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36"
}
};
@qrft this works for me
How do I go to the "recipe" folder? where is it located? :)
How do I go to the "recipe" folder? where is it located? :)
Under Linux it should be in ${XDG_CONFIG_HOME}/Ferdi/recipes/whatsapp
But you can check and open the folder if you open your Whatsapp Service in the Ferdi Settings and Select "Open user.js" to open the containing folder.