git ssb

2+

cel / scuttlebot.io



Tree: 3ed513c33a63c4dec6c04e26770a621df61cc360

Files: 3ed513c33a63c4dec6c04e26770a621df61cc360 / tmpl / docs / advanced / post-threads.md

339 bytesRaw

Full post-thread

sbot.relatedMessages({ id: messageId }, function (err, thread) {
  ...
})
sbot relatedMessages --id {messageId}

This will provide a tree-structure showing all messages that link to the given message and its children.

→ relatedMessages API

Built with git-ssb-web