Update (rss)
This commit is contained in:
@@ -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'])) {
|
||||
|
||||
Reference in New Issue
Block a user