From: Chocobozzz Date: Thu, 13 Dec 2018 14:00:10 +0000 (+0100) Subject: Fix followers search X-Git-Tag: v1.2.0-rc.1~73 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=16c07398f2ed884b9223b3e18c5e541cf9ab8469;p=github%2FChocobozzz%2FPeerTube.git Fix followers search --- diff --git a/client/src/app/+admin/follows/followers-list/followers-list.component.ts b/client/src/app/+admin/follows/followers-list/followers-list.component.ts index 4a25b7ff3..43ce5d4af 100644 --- a/client/src/app/+admin/follows/followers-list/followers-list.component.ts +++ b/client/src/app/+admin/follows/followers-list/followers-list.component.ts @@ -32,7 +32,7 @@ export class FollowersListComponent extends RestTable implements OnInit { } protected loadData () { - this.followService.getFollowers(this.pagination, this.sort) + this.followService.getFollowers(this.pagination, this.sort, this.search) .subscribe( resultList => { this.followers = resultList.data