Revert "We're no longer setting a backup ACL for private mention typos."

This reverts commit 356c7003f2.
This commit is contained in:
Mario Vavti 2018-05-14 09:10:36 +02:00
parent 1b160c0a2d
commit 2d1dbc8f40

View File

@ -2717,6 +2717,10 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag, $i
}
}
if(($exclusive) && (! $access_tag)) {
$access_tag .= 'cid:' . $channel['channel_hash'];
}
// if there is an url for this channel
if(isset($profile)) {