aboutsummaryrefslogtreecommitdiffstats
path: root/include/channel.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-04-26 00:25:32 -0700
committerzotlabs <mike@macgirvin.com>2019-04-26 00:25:32 -0700
commite10b25a12ce7cc2d32f4b491b78a50350b95173c (patch)
tree0cb26f646dd857d0061a0bf7d5749e7e5bdf9bf4 /include/channel.php
parente6521d1cf3166a888ad58b09059d9dc5746ad795 (diff)
parent0c1e80320887f9e1152edc4017f0639080ede6cc (diff)
downloadvolse-hubzilla-e10b25a12ce7cc2d32f4b491b78a50350b95173c.tar.gz
volse-hubzilla-e10b25a12ce7cc2d32f4b491b78a50350b95173c.tar.bz2
volse-hubzilla-e10b25a12ce7cc2d32f4b491b78a50350b95173c.zip
Merge branch 'dev' of ../hz into dev
Diffstat (limited to 'include/channel.php')
-rw-r--r--include/channel.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/channel.php b/include/channel.php
index 47a7b5a0e..e4b6df47b 100644
--- a/include/channel.php
+++ b/include/channel.php
@@ -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);
}