Update FollowPushNotifyPipeline.php

pull/6238/head
Shlee 2 weeks ago committed by GitHub
parent 557e8fa1cb
commit 82737236e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -48,7 +48,7 @@ class FollowPushNotifyPipeline implements ShouldQueue
try {
NotificationAppGatewayService::send($pushToken, 'follow', $actor);
} catch (Exception $e) {
Log::warning("FollowPushNotifyPipeline: Failed to send notification to : {$actor}" . $e->getMessage());
Log::warning("FollowPushNotifyPipeline: Failed to send Follow notification to: {$actor}" . $e->getMessage());
return;
}
}

Loading…
Cancel
Save