Update HashtagUnfollowPipeline

pull/4766/head
Daniel Supernault 2 years ago
parent cf50618696
commit d8fbb4ff32
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -74,10 +74,6 @@ class HashtagUnfollowPipeline implements ShouldQueue, ShouldBeUniqueUntilProcess
$statusIds = HomeTimelineService::get($pid, 0, -1);
if(!$statusIds || !count($statusIds)) {
return;
}
$followingIds = Cache::remember('profile:following:'.$pid, 1209600, function() use($pid) {
$following = Follower::whereProfileId($pid)->pluck('following_id');
return $following->push($pid)->toArray();

Loading…
Cancel
Save