ssb-thread
v2.0.1
Published
load a ssb-thread, and sort it in [cryptographic order](https://github.com/ssbc/ssb-sort).
Downloads
10
Keywords
Readme
ssb-thread
load a ssb-thread, and sort it in cryptographic order.
example
var getThread = require('ssb-thread')
getThread(sbot, root_msg_id, function (err, ary) {
//calls back with an array of all messages in order.
})
License
MIT