diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-05 18:36:05 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-05 18:36:05 -0700 |
commit | c9ec4f46b6177f88a41d3c3bdc11e06467101721 (patch) | |
tree | 902a5b2fbb48aa4bb4343f5e5b4afd59f8106b39 /include/conversation.php | |
parent | ecbe01e3f7ed878dc363c602ebb52ed06e38b91d (diff) | |
download | volse-hubzilla-c9ec4f46b6177f88a41d3c3bdc11e06467101721.tar.gz volse-hubzilla-c9ec4f46b6177f88a41d3c3bdc11e06467101721.tar.bz2 volse-hubzilla-c9ec4f46b6177f88a41d3c3bdc11e06467101721.zip |
for hubzilla we won't be obscuring items, only private mail, this will allow us to search and cache private posts
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/conversation.php b/include/conversation.php index fb012667e..e76101cbe 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -356,15 +356,6 @@ function localize_item(&$item){ } } */ - // add sparkle links to appropriate permalinks - -// $x = stristr($item['plink'],'/display/'); -// if($x) { -// $sparkle = false; -// $y = best_link_url($item,$sparkle,true); - // if($sparkle) -// $item['plink'] = $y . '?f=&url=' . $item['plink']; -// } // if item body was obscured and we changed it, re-obscure it // FIXME - we need a better filter than just the string 'data'; try and |