got the logic reversed on that one

This commit is contained in:
friendica 2014-08-07 18:58:33 -07:00
parent ad4dc666c5
commit ad1472abf0

View File

@ -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();