git ssb

2+

cel / scuttlebot.io



Tree: c9028fc87e9bbd14dec0ef404f4684a569bd1396

Files: c9028fc87e9bbd14dec0ef404f4684a569bd1396 / 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