aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Notifier.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-11-11 15:12:01 -0800
committerzotlabs <mike@macgirvin.com>2018-11-11 15:12:01 -0800
commitda452decf695ceac249642ec9d12fb724fa547f7 (patch)
tree2412eadb628d7e24d09b4545a78883cd0e72244c /Zotlabs/Daemon/Notifier.php
parentc80ac58effdb71fe457daa164053ea57c1513e68 (diff)
downloadvolse-hubzilla-da452decf695ceac249642ec9d12fb724fa547f7.tar.gz
volse-hubzilla-da452decf695ceac249642ec9d12fb724fa547f7.tar.bz2
volse-hubzilla-da452decf695ceac249642ec9d12fb724fa547f7.zip
more z6 debugging
Diffstat (limited to 'Zotlabs/Daemon/Notifier.php')
-rw-r--r--Zotlabs/Daemon/Notifier.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php
index 9a4b14d57..c7360b83c 100644
--- a/Zotlabs/Daemon/Notifier.php
+++ b/Zotlabs/Daemon/Notifier.php
@@ -645,6 +645,7 @@ class Notifier {
'account_id' => $channel['channel_account_id'],
'channel_id' => $channel['channel_id'],
'posturl' => $hub['hubloc_callback'],
+ 'driver' => $hub['hubloc_network'],
'notify' => $packet,
'msg' => (($pmsg) ? json_encode($pmsg) : '')
));