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

Show users own activity in timeline.

Open Roywcm opened this issue 4 years ago • 0 comments

For some reason in my application the users needs to follow them self to see their own activities in the timeline. Is this expecting behavior? I thought I read somewhere the user activities are by default in their own timeline.

Not sure if i'm doing something wrong? I'm using the Laravel wrapper and retrieve the timeline with $feed = FeedManager::getNewsFeeds(Auth::user()->id)['timeline'];

Roywcm avatar Nov 11 '20 11:11 Roywcm