git ssb

2+

cel / scuttlebot.io



Tree: c0c9508d732a53b79ef287fd75268ac0d50dda3a

Files: c0c9508d732a53b79ef287fd75268ac0d50dda3a / tmpl / docs / advanced / links-between-users.md

300 bytesRaw
var pull = require('pull-stream')
pull(
  sbot.links({ source: userId1, dest: userId2 }),
  pull.collect(function (err, msgs) { ... })
)
sbot links --source {userId1} --dest {userId2}

→ links API

Built with git-ssb-web