create third privacy state - public post but not searchable or publicly visible
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user