Merge branch 'master' into dark-mode
This commit is contained in:
commit
067cb9c5b7
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class ActivityService
|
||||||
->where('user_id', '=', $user->id)
|
->where('user_id', '=', $user->id)
|
||||||
->skip($count * $page)
|
->skip($count * $page)
|
||||||
->take($count)
|
->take($count)
|
||||||
->get()->toArray();
|
->get();
|
||||||
|
|
||||||
return $this->filterSimilar($activityList);
|
return $this->filterSimilar($activityList);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue