diff options
author | git-marijus <mario@mariovavti.com> | 2017-04-13 12:08:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-13 12:08:17 +0200 |
commit | 2aa69257a4a56b42004e6c758ded644e85071ad9 (patch) | |
tree | 107e61f6b8b665f51c8826151b675a34e7f4e4cd /include/zot.php | |
parent | 7b173a75e47cfdf9f46b7d635df84b2be286b0e6 (diff) | |
parent | 9d425b472722e7ca33e93e09bb330763bed2d257 (diff) | |
download | volse-hubzilla-2aa69257a4a56b42004e6c758ded644e85071ad9.tar.gz volse-hubzilla-2aa69257a4a56b42004e6c758ded644e85071ad9.tar.bz2 volse-hubzilla-2aa69257a4a56b42004e6c758ded644e85071ad9.zip |
Merge pull request #715 from zotlabs/cpp
backend infrastructure for 'channel protection password'; which will …
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index 3e1b27c83..20a25ce3b 100644 --- a/include/zot.php +++ b/include/zot.php @@ -2956,6 +2956,8 @@ function build_sync_packet($uid = 0, $packet = null, $groups_changed = false) { return; $channel = $r[0]; + unset($channel['channel_password']); + unset($channel['channel_salt']); translate_channel_perms_outbound($channel); if($packet && array_key_exists('abook',$packet) && $packet['abook']) { |