clone sync: extra param to zot_build_packet
This commit is contained in:
parent
45797f01ad
commit
2f0c853ba0
@ -78,7 +78,7 @@ function build_sync_packet($uid = 0, $packet = null) {
|
||||
|
||||
foreach($synchubs as $hub) {
|
||||
$hash = random_string();
|
||||
$n = zot_build_packet($channel,'notify',$env_recips,$hub['hubloc_sitekey'],null,$hash);
|
||||
$n = zot_build_packet($channel,'notify',$env_recips,$hub['hubloc_sitekey'],$hash);
|
||||
q("insert into outq ( outq_hash, outq_account, outq_channel, outq_posturl, outq_async, outq_created, outq_updated, outq_notify, outq_msg ) values ( '%s', %d, %d, '%s', %d, '%s', '%s', '%s', '%s' )",
|
||||
dbesc($hash),
|
||||
intval($channel['channel_account']),
|
||||
|
@ -1 +1 @@
|
||||
2013-07-19.379
|
||||
2013-07-20.380
|
||||
|
Reference in New Issue
Block a user