TODO (note to self) - need to teach patchcore to respect likes in sorting now ... or re-write how threads are rendered (sigh)
from feed/obs/thread.js
replies.set(map(computed(backlinks, (msgs) => {
return sort(msgs.filter(msg => {
const { type, branch } = msg.value.content
return type !== 'vote' && !isBlocked(msg, rootMessage) && (root(msg) === rootId || matchAny(branch, rootId))
}))
}), x => Value(x), {