Fix issue : friends posts appeared in latest posts even if friendship was not accepted.

This commit is contained in:
Pierre
2018-05-11 20:19:50 +02:00
parent 82c47e7b11
commit 0d0878daa9
2 changed files with 9 additions and 3 deletions

View File

@ -177,7 +177,7 @@ class Posts {
$visibilityLevel = self::VISIBILITY_FRIENDS;
//Get the list of friends of the user
$friendsList = components()->friends->getList($userID);
$friendsList = components()->friends->getList($userID, -1, TRUE);
//Prepare the request on the database