Is there a way to hide scores on posts/comments as in the web UI? I peeked the code and the user preference is loaded, it’s just the code that displays the scores doesn’t seem to check against the user preference.

    • 133arc585@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      0
      arrow-down
      1
      ·
      edit-2
      1 year ago

      I don’t have a GitHub account, or I would have just made the fix myself. Need a GitHub account to make an issue, or to do a pull request.

      Edit to add: From the cursory glance I gave it, it might be enough to have an inline ternary on this line to use an empty string or real score based on user preference. Sorry if that’s not enough or the right spot to fix it, I didn’t spend too much time looking.