git ssb

2+

cel / scuttlebot.io



Tree: 6df421c40b28e10fe7138c1519f7c78ebb52f470

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