Files: 6a055e1be48956691b060c261266f3d9e41250d9 / 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