echofox-team / echofon-firefox-unofficial

Echofon Unofficial - maintained version of Echofon: full featured, super clean Twitter app for Firefox.
http://echofox-team.github.io/echofon-firefox-unofficial/
69 stars 10 forks source link

Lists with 64-bit ID's give 404 error #66

Closed acnapyx closed 7 years ago

acnapyx commented 7 years ago

Lists created after certain date (I guess that's when Twitter switched to unique 64-bit list id's) are not shown, while the previous ones are shown correctly.

Any chance for this to be fixed in next versions of the addon? Should be matter of replacing _listid with _list_idstr in Models.jsm and TImeline.jsm... and replacing stmt.bindInt32Parameter with stmt.bindInt64Parameter, or is additional work required to make it work?

YoruNoHikage commented 7 years ago

Lists should be fixed with the latest release, feel free to reopen if it's still broken.