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

@@ -46,7 +46,7 @@ public function handle(): void
$rss_post->post_domain = get_domain_from_url($raw_post->link);
$rss_post->source = $raw_post->source;
$rss_post->source_url = $raw_post->source_url;
$rss_post->body = $raw_post->description;
//$rss_post->body = $raw_post->description;
$rss_post->title = remove_newline($raw_post->title);
$rss_post->slug = str_slug(remove_newline($raw_post->title));
$rss_post->published_at = $raw_post->date;