Thanks for the quick reply. While I have your attention I have some questions about verbs too.
A couple of the verbs I'm going to have are :comment and :mention.
How would you model :comments? in the
activitystrea.ms they have inReplyTo. In my code replies will always be to something like a post.
How would you model a :mention. I'm defining that as when a user is mentioned in another post like @username. In this case I don't think I want to show mentions on the actors timeline, only the targets.
As of now I guess I'm using streams more like just notifications. Maybe that isn't the right tool for the job? What do you think.
Thanks