diff options
author | zotlabs <mike@macgirvin.com> | 2019-04-26 00:25:32 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-04-26 00:25:32 -0700 |
commit | e10b25a12ce7cc2d32f4b491b78a50350b95173c (patch) | |
tree | 0cb26f646dd857d0061a0bf7d5749e7e5bdf9bf4 /include/channel.php | |
parent | e6521d1cf3166a888ad58b09059d9dc5746ad795 (diff) | |
parent | 0c1e80320887f9e1152edc4017f0639080ede6cc (diff) | |
download | volse-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.php | 7 |
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); } |