aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libsync.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2020-03-31 19:54:20 +0200
committerMax Kostikov <max@kostikov.co>2020-03-31 19:54:20 +0200
commit5a2c62466e773ce043a1b39bd2f1e7003a53d9f2 (patch)
tree363847c74a9068f3c8cf5110a5ac377c5d40fba1 /Zotlabs/Lib/Libsync.php
parentc2b691fd0153f0b468f9014b4ca1f0f2b339c617 (diff)
parentb739f91caa1522522a4ce093d7c63f0f4c777085 (diff)
downloadvolse-hubzilla-5a2c62466e773ce043a1b39bd2f1e7003a53d9f2.tar.gz
volse-hubzilla-5a2c62466e773ce043a1b39bd2f1e7003a53d9f2.tar.bz2
volse-hubzilla-5a2c62466e773ce043a1b39bd2f1e7003a53d9f2.zip
Merge branch 'dev' into 'dev'
Sync dev See merge request kostikov/core!2
Diffstat (limited to 'Zotlabs/Lib/Libsync.php')
-rw-r--r--Zotlabs/Lib/Libsync.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libsync.php b/Zotlabs/Lib/Libsync.php
index c39720735..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
));
@@ -1022,4 +1023,4 @@ class Libsync {
}
-} \ No newline at end of file
+}