scuttlebot plugin for getting reduced 'tags' state
npm install ssb-tagsscuttlebot plugin for indexing reduced "tags" state.
data is an object of form
``js``
{
// a user id
'@DOIjef...': {
// a tag id
'%cJEMdje...': {
// a msg id
'%x423jsadxj...': 1204594095 // timestamp tag was created
}
}
}
MIT