Files: 3ed513c33a63c4dec6c04e26770a621df61cc360 / 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