You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.userTimeline method's result done property has value equal to false even when it has fetched all tweets. I think it's only happening when there is only one page(haven't tested for multiple pages example yet)
Seems like a bug, but in v1 it could be quite hard to store the information that fetch is complete, without needing an dedicated boolean. I will take a look of how it could avoid it to happen.
Bug:
v1.userTimeline method's result done property has value equal to false even when it has fetched all tweets. I think it's only happening when there is only one page(haven't tested for multiple pages example yet)
To Reproduce:
Expected behavior:
userTimeline.done -> should give true value
Version
The text was updated successfully, but these errors were encountered: