Update (ui)

This commit is contained in:
2023-12-03 13:14:42 +08:00
parent 2b9c5f88bc
commit 8309fd467c
22 changed files with 191 additions and 98 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} \n BODY:".$rss_post->body;
if (in_array($rss_post->status, ['blocked', 'trashed'])) {
return;