mirror of https://github.com/pixelfed/pixelfed.git
Update FollowPipeline
This commit is contained in:
parent
cc897bc427
commit
873031538d
|
@ -92,7 +92,7 @@ class FollowPipeline implements ShouldQueue
|
|||
if (PushNotificationService::check('follow', $target->id)) {
|
||||
$user = User::whereProfileId($target->id)->first();
|
||||
if ($user && $user->expo_token && $user->notify_enabled) {
|
||||
FollowPushNotifyPipeline::dispatchSync($user->expo_token, $actor->username);
|
||||
FollowPushNotifyPipeline::dispatch($user->expo_token, $actor->username)->onQueue('pushnotify');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue