X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowing-add%2Ffollowing-add.component.ts;h=814c6f1a1c2230bd2d0ec48272894ba7677d5db9;hb=59c857da5961e2bcddcfd07832783c1e4afcd01a;hp=0ceb4c1dbaadd0061b0821a58f8a0f3081c1694a;hpb=608624252466acf9f1d9ee1c1170bd4fe4d18d18;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/follows/following-add/following-add.component.ts b/client/src/app/+admin/follows/following-add/following-add.component.ts index 0ceb4c1db..814c6f1a1 100644 --- a/client/src/app/+admin/follows/following-add/following-add.component.ts +++ b/client/src/app/+admin/follows/following-add/following-add.component.ts @@ -94,6 +94,7 @@ export class FollowingAddComponent implements OnInit { this.followService.follow(notEmptyHosts).subscribe( status => { this.notificationsService.success('Success', 'Follow request(s) sent!') + this.router.navigate([ '/admin/follows/following-list' ]) }, err => this.notificationsService.error('Error', err.message)