stream-rails icon indicating copy to clipboard operation
stream-rails copied to clipboard

Enhancing feed_manager to follow a few models

Open a-ta-ta opened this issue 7 years ago • 2 comments

Using Stream-rails, I noticed that feed_manager allows users follow just other users.

However, nowadays people follow communities not less than users and it would be awesome to make the current feed_manager more flexible to use custom models for dealing with feeds.

a-ta-ta avatar Oct 10 '18 12:10 a-ta-ta

I agree with this. I would also like to be able to override the feed that an activity is posted to. It looks like in the source code it is hardcoded to a "user" feed, but what if I want the activity to be posted to a "band" or "artist" feed?

joshmenden avatar Apr 17 '19 16:04 joshmenden

The above problem of a hard coded "user" is addressed in: https://github.com/GetStream/stream-rails/pull/94

joshmenden avatar Apr 18 '19 22:04 joshmenden