git ssb

2+

Dominic / ssb-client



Commit 645498917987c90e9eff8d55ea78de4f9827eeb3

Pass config in callback

cel committed on 10/28/2016, 8:44:20 PM
Parent: 7cdf64c3fb60317000a846eaf43fc6097b3e8187

Files changed

index.jschanged
index.jsView
@@ -94,8 +94,8 @@
9494 if(err) return cb(explain(err, 'could not connect to sbot'))
9595 var sbot = muxrpc(manifest, false)()
9696 sbot.id = '@'+stream.remote.toString('base64')+'.ed25519'
9797 pull(stream, sbot.createStream(), stream)
98- cb(null, sbot)
98 + cb(null, sbot, config)
9999 })
100100 }
101101

Built with git-ssb-web