Skip to content

Commit

Permalink
chore: フォローしたときにHTLをパージしなくする (#12522)
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 authored Dec 2, 2023
1 parent 43c9ab2 commit da0ecb6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/backend/src/core/UserFollowingService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,6 @@ export class UserFollowingService implements OnModuleInit {
});
}
});

this.fanoutTimelineService.purge(`homeTimeline:${follower.id}`);
}

// Publish followed event
Expand Down Expand Up @@ -373,8 +371,6 @@ export class UserFollowingService implements OnModuleInit {
});
}
});

this.fanoutTimelineService.purge(`homeTimeline:${follower.id}`);
}

if (this.userEntityService.isLocalUser(follower) && this.userEntityService.isRemoteUser(followee)) {
Expand Down

0 comments on commit da0ecb6

Please sign in to comment.