more tag stuff

This commit is contained in:
zotlabs 2017-09-17 23:54:29 -07:00
parent 654139933f
commit d37e6b9271

View File

@ -2446,7 +2446,7 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag, $d
if(strpos($tag,'!') === 0) { if(strpos($tag,'!') === 0) {
$grouptag = true; $grouptag = true;
}
if(strpos($tag,'@') === 0 || $grouptag) { if(strpos($tag,'@') === 0 || $grouptag) {