git ssb

2+

cel / scuttlebot.io



Tree: c52c66bca2f11bf3f73ea7ec3a141a23510f6e3b

Files: c52c66bca2f11bf3f73ea7ec3a141a23510f6e3b / 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