Skip to content

Commit

Permalink
pass config.caps to sbot client
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptix committed Dec 13, 2016
1 parent 3e23c0d commit 1ff0f3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules_core/sbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ module.exports = {

createClient(keys, {
manifest: require('../manifest.json'),
remote: require('../config')().remote
remote: require('../config')().remote,
caps: config.caps
}, function (err, _sbot) {
if(err)
return notify(err)
Expand Down

0 comments on commit 1ff0f3d

Please sign in to comment.