diff options
author | Max Kostikov <max@kostikov.co> | 2020-02-20 20:03:50 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-02-20 20:03:50 +0100 |
commit | b7bac45427a400275597faa9b51c4d277fe1f5c7 (patch) | |
tree | a2eabf77fff7a9700d7deb451baccf000a86a027 /include/zot.php | |
parent | 7d05b8e5fdcf628f6badaff60c73811dcc19e45c (diff) | |
download | volse-hubzilla-b7bac45427a400275597faa9b51c4d277fe1f5c7.tar.gz volse-hubzilla-b7bac45427a400275597faa9b51c4d277fe1f5c7.tar.bz2 volse-hubzilla-b7bac45427a400275597faa9b51c4d277fe1f5c7.zip |
Revert "Use argv() instead URI parsing"
This reverts commit bcfb69eeeef6a0506a0ec0574a03b673df84a55a
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index d08146287..c02dab162 100644 --- a/include/zot.php +++ b/include/zot.php @@ -3611,6 +3611,9 @@ function process_channel_sync_delivery($sender, $arr, $deliveries) { if(array_key_exists('app',$arr) && $arr['app']) sync_apps($channel,$arr['app']); + if(array_key_exists('addressbook',$arr) && $arr['addressbook']) + sync_addressbook($channel,$arr['addressbook']); + if(array_key_exists('chatroom',$arr) && $arr['chatroom']) sync_chatrooms($channel,$arr['chatroom']); |