Files: c52c66bca2f11bf3f73ea7ec3a141a23510f6e3b / tmpl / docs / advanced / links-between-users.md
300 bytesRaw
Links from one user to another
var pull = require('pull-stream')
pull(
sbot.links({ source: userId1, dest: userId2 }),
pull.collect(function (err, msgs) { ... })
)
sbot links --source {userId1} --dest {userId2}
Built with git-ssb-web