This commit is contained in:
2023-12-03 12:45:04 +08:00
parent 3daa00422d
commit 2b9c5f88bc
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ public static function handle(int $rss_post_id)
// return;
// }
$final_content = "TITLE: {$rss_post->title}";
$final_content = "TITLE: {$rss_post->title} \n BODY:" . $rss_post->body;
if (in_array($rss_post->status, ['blocked', 'trashed'])) {
return;