Closed klinker24 closed 6 years ago
The preference should be there on the web version, but never on the desktop app. I used this, on the old app, to recognize it:
function isNativeApp() { var userAgent = navigator.userAgent.toLowerCase(); return userAgent.indexOf("electron") > 0 && userAgent.indexOf("pulse-sms") > 0; }
Done with: https://github.com/klinker-apps/messenger-web/commit/b842d244d0e2fffc82f95ce226ba5e7384f61d9d
The preference should be there on the web version, but never on the desktop app. I used this, on the old app, to recognize it: