aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/notifier/shared/follow/follow-for-user.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/notifier/shared/follow/follow-for-user.ts')
-rw-r--r--server/lib/notifier/shared/follow/follow-for-user.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/notifier/shared/follow/follow-for-user.ts b/server/lib/notifier/shared/follow/follow-for-user.ts
index 2d0f675a8..e579d4487 100644
--- a/server/lib/notifier/shared/follow/follow-for-user.ts
+++ b/server/lib/notifier/shared/follow/follow-for-user.ts
@@ -56,7 +56,7 @@ export class FollowForUser extends AbstractNotification <MActorFollowFull> {
56 return notification 56 return notification
57 } 57 }
58 58
59 async createEmail (to: string) { 59 createEmail (to: string) {
60 const following = this.actorFollow.ActorFollowing 60 const following = this.actorFollow.ActorFollowing
61 const follower = this.actorFollow.ActorFollower 61 const follower = this.actorFollow.ActorFollower
62 62