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
It is expected that the messages.all() function should return ALL messages in a network, not just 20. Thus, getting all posts on a network is very convoluted, as you have to get them 20 at a time. You also cannot get all the responses to posts either, you have to use the messages.in_thread() function per thread, which, in large networks, can be a very large task and time consuming.
The text was updated successfully, but these errors were encountered:
It is expected that the messages.all() function should return ALL messages in a network, not just 20. Thus, getting all posts on a network is very convoluted, as you have to get them 20 at a time. You also cannot get all the responses to posts either, you have to use the messages.in_thread() function per thread, which, in large networks, can be a very large task and time consuming.
The text was updated successfully, but these errors were encountered: