aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-02-20 21:25:52 +0000
committerMario <mario@mariovavti.com>2020-02-20 21:25:52 +0000
commit23acf02d5893233030688417d48ebd07bbd1d6cf (patch)
tree0955a5dcb37def871f4142bf446d96fab511c6fe /Zotlabs/Lib
parent60311eb04bc0fa564b9fbe179eb907989ff09d8f (diff)
parentb9a8b9e47b33c697ab2a5a460187ca53443bb06a (diff)
downloadvolse-hubzilla-23acf02d5893233030688417d48ebd07bbd1d6cf.tar.gz
volse-hubzilla-23acf02d5893233030688417d48ebd07bbd1d6cf.tar.bz2
volse-hubzilla-23acf02d5893233030688417d48ebd07bbd1d6cf.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r--Zotlabs/Lib/Libsync.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libsync.php b/Zotlabs/Lib/Libsync.php
index b9e9bb38a..d1756cf47 100644
--- a/Zotlabs/Lib/Libsync.php
+++ b/Zotlabs/Lib/Libsync.php
@@ -244,7 +244,10 @@ class Libsync {
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']);