## Full post-thread ```js pull( sbot.links({ values: true, rel: 'root', dest: messageId }), pull.collect(function (err, msgs) { ... }) } ``` ```bash sbot links --values --rel root --dest {id} ```