stream-laravel
stream-laravel copied to clipboard
Show users own activity in timeline.
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'];