git ssb

2+

cel / scuttlebot.io



Tree: 338e0ca3c8de6d685bca80161faf219c20acd76d

Files: 338e0ca3c8de6d685bca80161faf219c20acd76d / 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