git ssb

16+

Dominic / patchbay



Commit 1ff0f3d830cb5e09385783b51ce1f44b12cb1d2e

pass config.caps to sbot client

Henry committed on 12/13/2016, 12:55:40 AM
Parent: 3e23c0d59b19aeeeb752a8470c4637a82bea21d9

Files changed

modules_core/sbot.jschanged
modules_core/sbot.jsView
@@ -66,9 +66,10 @@
6666 }
6767
6868 createClient(keys, {
6969 manifest: require('../manifest.json'),
70- remote: require('../config')().remote
70 + remote: require('../config')().remote,
71 + caps: config.caps
7172 }, function (err, _sbot) {
7273 if(err)
7374 return notify(err)
7475

Built with git-ssb-web