Update (rss)

This commit is contained in:
2023-12-03 02:40:48 +08:00
parent 7279327148
commit 9ac344c414
2 changed files with 2 additions and 2 deletions

View File

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