git ssb

7+

dinoworm 🐛 / patchcore



Commit a7c656268903776fb9e39a214ee00c31128850e0

pass configs through to fix breaking ssb-client change

ssbc/ssb-client#29
Matt McKegg committed on 2/13/2018, 2:58:05 AM
Parent: b940897e2abe771c53af30e033cffd7191f4bd6f

Files changed

sbot.jschanged
sbot.jsView
@@ -68,9 +68,11 @@
6868 host: config.host,
6969 port: config.port,
7070 key: config.key,
7171 appKey: config.caps.shs,
72- timers: config.timers
72 + timers: config.timers,
73 + caps: config.caps,
74 + friends: config.friends
7375 }
7476
7577 createClient(keys, opts, function (err, _sbot) {
7678 if (err) {

Built with git-ssb-web