also add the noisy 'rss' tag

This commit is contained in:
zotlabs 2018-04-17 21:55:00 -07:00
parent 6903dbcc0d
commit 0f5ae5cac8

View File

@ -349,7 +349,7 @@ function pub_tagadelic($net,$site,$limit,$recent,$safemode,$type) {
if($safemode) {
$unsafetags = get_config('system','unsafepubtags', [ 'boobs', 'bot', 'girl','girls', 'nsfw', 'sexy', 'nude' ]);
$unsafetags = get_config('system','unsafepubtags', [ 'boobs', 'bot', 'rss', 'girl','girls', 'nsfw', 'sexy', 'nude' ]);
if($unsafetags) {
stringify_array_elms($unsafetags,true);
$sql_extra .= " and not term.term in ( " . implode(",",$unsafetags) . ") ";