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's clear that I can use stream-framework for Notification/Activity feeds. However, the use-case I'm building involves a slightly different scenario
A per-user ranked feed of target objects. An example of target objects could be movie listings.
A per-user ranked, filtered feed of users who follow a target object
As far as 2) is concerned, it seems like I can override get_user_follower_ids to accomplish this [user->target-objects-the-user-is-following -> user_ids that follow the target objects]
Would this be a good way to handle this scenario ?
The text was updated successfully, but these errors were encountered:
It's clear that I can use stream-framework for Notification/Activity feeds. However, the use-case I'm building involves a slightly different scenario
As far as 2) is concerned, it seems like I can override get_user_follower_ids to accomplish this [user->target-objects-the-user-is-following -> user_ids that follow the target objects]
Would this be a good way to handle this scenario ?
The text was updated successfully, but these errors were encountered: