ArcoMul / Twisting

An easy to use Twister client
MIT License
15 stars 2 forks source link

user that has no following can't login. #38

Open erqan opened 8 years ago

erqan commented 8 years ago

it suspends at updating followers screen.

ArcoMul commented 8 years ago

Doesn't every account by default follow @twister? Under that assumption I didn't take in account that there are account who follow no-one, have 0 following.

erqan commented 8 years ago

No, twister-html does that, follows automatically twister. and user can unfollow as well.

15-10-2015 17:43 tarihinde Arco yazdı:

Doesn't every account by default follow @twister https://github.com/twister? Under that assumption I didn't take in account that there are account who follow no-one, have 0 following.

— Reply to this email directly or view it on GitHub https://github.com/ArcoMul/Twisting/issues/38#issuecomment-148407669.

ArcoMul commented 8 years ago

I see, didn't know that. I'll have to figure something out then

The problem is that the getfollowing call sometimes returns an empty array even though the user is following people. So on the updating followers screen it polls that call until it returns a not-empty array.

erqan commented 8 years ago

yes, at starting it requires some relaxation time... maybe waiting at background would be better.