diff options
author | zotlabs <mike@macgirvin.com> | 2018-11-08 20:42:09 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-11-08 20:42:09 -0800 |
commit | c80ac58effdb71fe457daa164053ea57c1513e68 (patch) | |
tree | 3462b7be69f2f72b71997373473b6e6a8a48faaa /Zotlabs/Daemon | |
parent | d56e1f6285fd2e4cc7b2f9cd88df88a26c5d2ad7 (diff) | |
download | volse-hubzilla-c80ac58effdb71fe457daa164053ea57c1513e68.tar.gz volse-hubzilla-c80ac58effdb71fe457daa164053ea57c1513e68.tar.bz2 volse-hubzilla-c80ac58effdb71fe457daa164053ea57c1513e68.zip |
add zot6 delivery method
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 48928f5ba..9a4b14d57 100644 --- a/Zotlabs/Daemon/Notifier.php +++ b/Zotlabs/Daemon/Notifier.php @@ -672,6 +672,7 @@ class Notifier { 'account_id' => $target_item['aid'], 'channel_id' => $target_item['uid'], 'posturl' => $hub['hubloc_callback'], + 'driver' => $hub['hubloc_network'], 'notify' => $packet, 'msg' => json_encode($encoded_item) ] |