You are reading content from Scuttlebutt
@mix %Iwjw8KsmYTlT7UepSpgVCVdIlxbqet5kHnnWztQ/HZY=.sha256
Re: %gdDgsa46y

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), {
Join Scuttlebutt now