more z6 debugging

This commit is contained in:
zotlabs
2018-11-11 15:12:01 -08:00
parent c80ac58eff
commit da452decf6
5 changed files with 21 additions and 10 deletions

View File

@@ -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) : '')
));