got the logic reversed on that one
This commit is contained in:
parent
ad4dc666c5
commit
ad1472abf0
@ -1231,7 +1231,7 @@ function zot_import($arr, $sender_url) {
|
||||
// of the private flag on the post.
|
||||
|
||||
if($i['message'] && array_key_exists('public_scope',$i['message'])
|
||||
&& $i['message']['public_scope'] === 'public') {
|
||||
&& $i['message']['public_scope'] !== 'public') {
|
||||
|
||||
if(! array_key_exists('flags',$i['message']))
|
||||
$i['message']['flags'] = array();
|
||||
|
Reference in New Issue
Block a user