aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/notifier/shared/follow/auto-follow-for-instance.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/notifier/shared/follow/auto-follow-for-instance.ts')
-rw-r--r--server/lib/notifier/shared/follow/auto-follow-for-instance.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/notifier/shared/follow/auto-follow-for-instance.ts b/server/lib/notifier/shared/follow/auto-follow-for-instance.ts
index 16cc62984..01d2b3563 100644
--- a/server/lib/notifier/shared/follow/auto-follow-for-instance.ts
+++ b/server/lib/notifier/shared/follow/auto-follow-for-instance.ts
@@ -35,7 +35,7 @@ export class AutoFollowForInstance extends AbstractNotification <MActorFollowFul
35 return notification 35 return notification
36 } 36 }
37 37
38 async createEmail (to: string) { 38 createEmail (to: string) {
39 const instanceUrl = this.actorFollow.ActorFollowing.url 39 const instanceUrl = this.actorFollow.ActorFollowing.url
40 40
41 return { 41 return {