I am trying to add an activity to many user feeds which aren't following the activity actor. I was thinking about using the "to" field, but GetStream only allows to target up to 100 feeds.
In my application I have a "promotion" activity which should be seen on every user feed, but sometimes we also want to target a "promotion" to a specific group of users, filtered by a property on them.
A promotion has a user as an actor, but the promotion should still appear on another user's feed even if that user doesn't follow the actor.
Sometimes I want to send out a promotion to 80k users.
How could I solve this?
I am using the Ruby library, and the Rails integration.