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
Not sure whether I've some issue, or it is located on the instance (I use mastodon.social), but when I call account_following, I only get 40 entries. And my profile has more than 500.
In [14]: u=tt.mastodon.account_following(id=tt.me.id)
In [15]: len(u)
Out[15]: 40
I tried to set limit as None, but it didn't change much.
Here is my profile at mastodon where you can see it has much higher number of followings:
The text was updated successfully, but these errors were encountered:
Hi,
Not sure whether I've some issue, or it is located on the instance (I use mastodon.social), but when I call account_following, I only get 40 entries. And my profile has more than 500.
I tried to set limit as None, but it didn't change much.
Here is my profile at mastodon where you can see it has much higher number of followings:
The text was updated successfully, but these errors were encountered: