chore: フォローしたときにHTLをパージしなくする (#12522)
This commit is contained in:
parent
43c9ab2072
commit
da0ecb650e
1 changed files with 0 additions and 4 deletions
|
@ -304,8 +304,6 @@ export class UserFollowingService implements OnModuleInit {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
this.fanoutTimelineService.purge(`homeTimeline:${follower.id}`);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Publish followed event
|
// Publish followed event
|
||||||
|
@ -373,8 +371,6 @@ export class UserFollowingService implements OnModuleInit {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
this.fanoutTimelineService.purge(`homeTimeline:${follower.id}`);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.userEntityService.isLocalUser(follower) && this.userEntityService.isRemoteUser(followee)) {
|
if (this.userEntityService.isLocalUser(follower) && this.userEntityService.isRemoteUser(followee)) {
|
||||||
|
|
Loading…
Reference in a new issue