Update MentionPushNotifyPipeline.php

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

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

Loading…
Cancel
Save