create third privacy state - public post but not searchable or publicly visible

This commit is contained in:
friendica
2012-06-28 17:43:29 -07:00
parent 43d3721fa9
commit a3edbf7e5d
9 changed files with 21 additions and 20 deletions

View File

@@ -15,7 +15,7 @@ function share_init(&$a) {
intval($post_id),
intval(local_user())
);
if(! count($r) || ($r[0]['private'] && ($r[0]['network'] != NETWORK_FEED)))
if(! count($r) || ($r[0]['private'] == 1))
killme();
$o = '';