Update (rss): add domain blacklist
This commit is contained in:
@@ -170,6 +170,8 @@ public static function handle(int $rss_post_id)
|
||||
$new_rpk->is_main = $word_to_save->is_main;
|
||||
$new_rpk->value = $word_to_save->value;
|
||||
$new_rpk->value_lowercased = $word_to_save->value_lowercased;
|
||||
$new_rpk->created_at = $rss_post->published_at;
|
||||
$new_rpk->updated_at = $rss_post->published_at;
|
||||
|
||||
if ($new_rpk->save()) {
|
||||
if (! $has_saved_keyword) {
|
||||
|
||||
Reference in New Issue
Block a user