Update FollowerObserver.php

pull/6680/head
Shlee 1 month ago committed by GitHub
parent c8bed78bee
commit de8f3b3fcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -32,6 +32,7 @@ class FollowerObserver
public function deleted(Follower $follower)
{
FollowerService::remove($follower->profile_id, (string) $follower->following_id);
FeedUnfollowPipeline::dispatch($follower->profile_id, $follower->following_id)->onQueue('feed');
}
/**

Loading…
Cancel
Save