Commit 1ff0f3d830cb5e09385783b51ce1f44b12cb1d2e
pass config.caps to sbot client
Henry committed on 12/13/2016, 12:55:40 AMParent: 3e23c0d59b19aeeeb752a8470c4637a82bea21d9
Files changed
modules_core/sbot.js | changed |
modules_core/sbot.js | |||
---|---|---|---|
@@ -66,9 +66,10 @@ | |||
66 | 66 … | } | |
67 | 67 … | ||
68 | 68 … | createClient(keys, { | |
69 | 69 … | manifest: require('../manifest.json'), | |
70 | - remote: require('../config')().remote | ||
70 … | + remote: require('../config')().remote, | ||
71 … | + caps: config.caps | ||
71 | 72 … | }, function (err, _sbot) { | |
72 | 73 … | if(err) | |
73 | 74 … | return notify(err) | |
74 | 75 … |
Built with git-ssb-web