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
Currently if the input is an individual user - the feed takes into account its entire history. But if it's a list of users - it limits it to 7 days max. Would it be possible to get entire history for the list of users?
The text was updated successfully, but these errors were encountered:
Hi, unfortunately I don't keep reposts in memory so there's no efficient way to retrieve them for multiple users at once yet. So for the near future, reposts will continue to be only available via the "Single User" input block and for a small number of users per feed. If there's enough interest I might add repost-specific features to the query engine and implement them in an efficient way
So in my scenario I filter input by several different separate conditions - separation made possible by stash/pop feature. When the input defined in a single block - that works fine - I just repeat the same input block for each stashed/popped condition. But when I have multiple inputs - individual users, I can't do the same repetition, I hit the block limit. I can collect all individual users in a list, and use list as input, but this loses the ability to query entire users history, limits it to 7 days max.
It would be great if list of users input could have the same history as multiple blocks of individual users. For efficiency the input might limit number of users in the list, e.g. if it's > 20 - entire history isn't available for such list.
Currently if the input is an individual user - the feed takes into account its entire history. But if it's a list of users - it limits it to 7 days max. Would it be possible to get entire history for the list of users?
The text was updated successfully, but these errors were encountered: