aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-05-13 15:50:42 -0700
committerzotlabs <mike@macgirvin.com>2018-05-13 15:50:42 -0700
commit356c7003f2d18a283a819c22c255f03397e99fc9 (patch)
tree35186a955b18d7c859db5b6919a9d86cc360b4b5 /include/text.php
parent7991db14be2078aacc4f731214c36e3fa3c6c507 (diff)
downloadvolse-hubzilla-356c7003f2d18a283a819c22c255f03397e99fc9.tar.gz
volse-hubzilla-356c7003f2d18a283a819c22c255f03397e99fc9.tar.bz2
volse-hubzilla-356c7003f2d18a283a819c22c255f03397e99fc9.zip
We're no longer setting a backup ACL for private mention typos.
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/text.php b/include/text.php
index 681103389..7a6fb3d4e 100644
--- a/include/text.php
+++ b/include/text.php
@@ -2717,10 +2717,6 @@ 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)) {