From 328685d2fbe505fd5b1bf9892a0cce993210ac52 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 9 Apr 2020 09:38:36 +0000 Subject: move from build_sync_packet() to Libsync::build_sync_packet() --- util/connect | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'util/connect') diff --git a/util/connect b/util/connect index eed14961c..7ceda300f 100755 --- a/util/connect +++ b/util/connect @@ -1,6 +1,8 @@ #!/usr/bin/env php array($clone)), true); + Libsync::build_sync_packet($c['channel_id'], array('abook' => array($clone)), true); $can_view_stream = intval(get_abconfig($c['channel_id'],$clone['abook_xchan'],'their_perms','view_stream')); -- cgit v1.2.3