Commit a7c656268903776fb9e39a214ee00c31128850e0
pass configs through to fix breaking ssb-client change
ssbc/ssb-client#29Matt McKegg committed on 2/13/2018, 2:58:05 AM
Parent: b940897e2abe771c53af30e033cffd7191f4bd6f
Files changed
sbot.js | changed |
sbot.js | ||
---|---|---|
@@ -68,9 +68,11 @@ | ||
68 | 68 … | host: config.host, |
69 | 69 … | port: config.port, |
70 | 70 … | key: config.key, |
71 | 71 … | appKey: config.caps.shs, |
72 | - timers: config.timers | |
72 … | + timers: config.timers, | |
73 … | + caps: config.caps, | |
74 … | + friends: config.friends | |
73 | 75 … | } |
74 | 76 … | |
75 | 77 … | createClient(keys, opts, function (err, _sbot) { |
76 | 78 … | if (err) { |
Built with git-ssb-web