Update (loosen rules)

This commit is contained in:
2023-11-22 06:32:17 +08:00
parent e3a348ca86
commit fc8149cc94

View File

@@ -60,7 +60,7 @@ public static function handle(int $rss_post_id)
$rss_post->body = 'EMPTY CONTENT';
}
if ((is_empty($rss_post->body)) || ($rss_post->body == 'EMPTY CONTENT') || (strlen($rss_post->body) < 800)) {
if ((is_empty($rss_post->body)) || ($rss_post->body == 'EMPTY CONTENT') || (strlen($rss_post->body) < 200)) {
$rss_post->status = 'blocked';
}