more z6 compatibility fixes

This commit is contained in:
zotlabs
2019-01-16 15:28:30 -08:00
parent 7b30fc4b82
commit eaa375936f
4 changed files with 9 additions and 3 deletions

View File

@@ -190,7 +190,7 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false)
return $result;
}
$allowed = (($is_zot || $r[0]['xchan_network'] === 'rss') ? 1 : 0);
$allowed = (($is_zot || in_array($r[0]['xchan_network'],['rss','zot6'])) ? 1 : 0);
$x = array('channel_id' => $uid, 'follow_address' => $url, 'xchan' => $r[0], 'allowed' => $allowed, 'singleton' => 0);