You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'];
The text was updated successfully, but these errors were encountered:
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'];
The text was updated successfully, but these errors were encountered: