]> git.mxchange.org Git - friendica.git/blobdiff - mod/share.php
create third privacy state - public post but not searchable or publicly visible
[friendica.git] / mod / share.php
index 08c63105e35ed04175dce9e1b4c470d1dd838074..29d31f6b51ea547862a719810fc2015f71d700f7 100644 (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 = '';