aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-28 08:28:32 +0000
committerMario <mario@mariovavti.com>2021-05-28 08:28:32 +0000
commitf1aace5a22368a703e562169f855a0e387c5b93a (patch)
tree95a2cb5b651217ad85cece95e12137534f5ad274 /include/items.php
parent0718ac514d2421a96ab191f874a0cd8b120a5a78 (diff)
downloadvolse-hubzilla-f1aace5a22368a703e562169f855a0e387c5b93a.tar.gz
volse-hubzilla-f1aace5a22368a703e562169f855a0e387c5b93a.tar.bz2
volse-hubzilla-f1aace5a22368a703e562169f855a0e387c5b93a.zip
remove unobscure()
Diffstat (limited to 'include/items.php')
-rw-r--r--include/items.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index 5bb99c91c..15de6c730 100644
--- a/include/items.php
+++ b/include/items.php
@@ -2711,7 +2711,6 @@ function tag_deliver($uid, $item_id) {
// At this point we've determined that the person receiving this post was mentioned in it or it is a union.
// Now let's check if this mention was inside a reshare so we don't spam a forum
- // If it's private we may have to unobscure it momentarily so that we can parse it.
$body = preg_replace('/\[share(.*?)\[\/share\]/','',$item['body']);