import/export zot6 hublocs+xchans

(cherry picked from commit e2dfa1d72f)
This commit is contained in:
Zot
2019-04-26 10:42:09 +02:00
committed by Mario
parent b782c6bd16
commit 5f73a46c05
2 changed files with 48 additions and 6 deletions
+7
View File
@@ -873,6 +873,13 @@ function identity_basic_export($channel_id, $sections = null) {
$ret['abook'][$x]['abconfig'] = $abconfig;
translate_abook_perms_outbound($ret['abook'][$x]);
}
// pick up the zot6 xchan and hublocs also
if($ret['channel']['channel_portable_id']) {
$xchans[] = $ret['channel']['channel_portable_id'];
}
stringify_array_elms($xchans);
}