kopia lustrzana https://github.com/nextcloud/social
returns details about the followed, not the follower.
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>pull/86/head
rodzic
b5abb5d09c
commit
7f747a0655
|
@ -194,7 +194,7 @@ class FollowsRequest extends FollowsRequestBuilder {
|
|||
public function getFollowingByActorId(string $actorId): array {
|
||||
$qb = $this->getFollowsSelectSql();
|
||||
$this->limitToActorId($qb, $actorId);
|
||||
$this->leftJoinCacheActors($qb, 'actor_id');
|
||||
$this->leftJoinCacheActors($qb, 'object_id');
|
||||
$qb->orderBy('creation', 'desc');
|
||||
|
||||
$follows = [];
|
||||
|
|
Ładowanie…
Reference in New Issue