forked from friendica/friendica-addons
update to new tag style
This commit is contained in:
parent
432ba19d1b
commit
3596e1d594
|
@ -144,7 +144,7 @@ function nsfw_prepare_body(&$a,&$b) {
|
|||
$found = true;
|
||||
break;
|
||||
}
|
||||
if(stristr($b['item']['tag'], ']' . $word . '[' )) {
|
||||
if(stristr($b['item']['tags'], '>' . $word . '<' )) {
|
||||
$found = true;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue