diff options
author | Mario <mario@mariovavti.com> | 2020-03-29 15:18:49 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-03-29 15:18:49 +0000 |
commit | b739f91caa1522522a4ce093d7c63f0f4c777085 (patch) | |
tree | 363847c74a9068f3c8cf5110a5ac377c5d40fba1 /Zotlabs/Lib/Libsync.php | |
parent | b1590ad645eca3f9d35e6fb7250547f2244c3140 (diff) | |
download | volse-hubzilla-b739f91caa1522522a4ce093d7c63f0f4c777085.tar.gz volse-hubzilla-b739f91caa1522522a4ce093d7c63f0f4c777085.tar.bz2 volse-hubzilla-b739f91caa1522522a4ce093d7c63f0f4c777085.zip |
use Libsync::build_sync_packet() in mod item, default Lib/Queue driver to zot6 and some whitespace cleanup in queue_deliver()
Diffstat (limited to 'Zotlabs/Lib/Libsync.php')
-rw-r--r-- | Zotlabs/Lib/Libsync.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Libsync.php b/Zotlabs/Lib/Libsync.php index de389c0a9..b7cda1770 100644 --- a/Zotlabs/Lib/Libsync.php +++ b/Zotlabs/Lib/Libsync.php @@ -150,6 +150,7 @@ class Libsync { 'account_id' => $channel['channel_account_id'], 'channel_id' => $channel['channel_id'], 'posturl' => $hub['hubloc_callback'], + 'driver' => $hub['hubloc_network'], 'notify' => $n, 'msg' => EMPTY_STR )); |