UNPKG

scuttle-poll

Version:

Create and vote on polls on ssb

7 lines (5 loc) 214 B
const { heads } = require('ssb-sort') const getContent = require('ssb-msg-content') module.exports = function getHeads (poll, msgs) { return heads([poll, ...msgs.filter(m => getContent(m).root === poll.key)]) }