loqui / im

Loqui IM allows you to use all your chat accounts in just one FirefoxOS or Ubuntu Touch app.
https://loqui.im
304 stars 112 forks source link

fix-for-FFOS #1207

Closed Honk2 closed 7 years ago

Honk2 commented 7 years ago

This PR cleans up the FFOS/UT specific stuff by adding the user agent from UT to Lungo and adding App.platform FFOS/UT can now be detected by if (App.platform === "FirefoxOS" || App.platform === "UbuntuTouch")...

Also some row are commented out in message.js (400:490) These break compatibility for now and there is an errror: document.getElementById('chat') is not the element to add some message content. the correct location is section#chat article#main ul#messages li:last-of-type

TronFortyTwo commented 7 years ago

Does this fix make 0.5.13 again work on FFOS?

Honk2 commented 7 years ago

Yes, that is the reason I did it. Although the massive decrypt errors remain, There are no decrypt errors with 0,5.11