diff options
author | zotlabs <mike@macgirvin.com> | 2018-11-11 15:12:01 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-11-11 15:12:01 -0800 |
commit | da452decf695ceac249642ec9d12fb724fa547f7 (patch) | |
tree | 2412eadb628d7e24d09b4545a78883cd0e72244c /Zotlabs/Daemon | |
parent | c80ac58effdb71fe457daa164053ea57c1513e68 (diff) | |
download | volse-hubzilla-da452decf695ceac249642ec9d12fb724fa547f7.tar.gz volse-hubzilla-da452decf695ceac249642ec9d12fb724fa547f7.tar.bz2 volse-hubzilla-da452decf695ceac249642ec9d12fb724fa547f7.zip |
more z6 debugging
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r-- | Zotlabs/Daemon/Notifier.php | 1 |
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) : '') )); |