aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/following-list/following-list.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+admin/follows/following-list/following-list.component.ts')
-rw-r--r--client/src/app/+admin/follows/following-list/following-list.component.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/+admin/follows/following-list/following-list.component.ts b/client/src/app/+admin/follows/following-list/following-list.component.ts
index 3d78c254f..dd7629ead 100644
--- a/client/src/app/+admin/follows/following-list/following-list.component.ts
+++ b/client/src/app/+admin/follows/following-list/following-list.component.ts
@@ -32,6 +32,10 @@ export class FollowingListComponent extends RestTable implements OnInit {
32 this.initialize() 32 this.initialize()
33 } 33 }
34 34
35 getIdentifier () {
36 return 'FollowingListComponent'
37 }
38
35 async removeFollowing (follow: ActorFollow) { 39 async removeFollowing (follow: ActorFollow) {
36 const res = await this.confirmService.confirm( 40 const res = await this.confirmService.confirm(
37 this.i18n('Do you really want to unfollow {{host}}?', { host: follow.following.host }), 41 this.i18n('Do you really want to unfollow {{host}}?', { host: follow.following.host }),