diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-14 09:10:36 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-14 09:10:36 +0200 |
commit | 2d1dbc8f40d0b9fa89b99861fac30d579a400e34 (patch) | |
tree | 5ac1020971b6bd091bb1381473c73afb9599d957 /include | |
parent | 1b160c0a2d14c0e50cec056d1e15b35ce6e50e0a (diff) | |
download | volse-hubzilla-2d1dbc8f40d0b9fa89b99861fac30d579a400e34.tar.gz volse-hubzilla-2d1dbc8f40d0b9fa89b99861fac30d579a400e34.tar.bz2 volse-hubzilla-2d1dbc8f40d0b9fa89b99861fac30d579a400e34.zip |
Revert "We're no longer setting a backup ACL for private mention typos."
This reverts commit 356c7003f2d18a283a819c22c255f03397e99fc9.
Diffstat (limited to 'include')
-rw-r--r-- | include/text.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php index 7a6fb3d4e..681103389 100644 --- a/include/text.php +++ b/include/text.php @@ -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)) { |