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.

    • 133arc585OP
      link
      fedilink
      English
      arrow-up
      1
      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.

      • 1mpulse
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        No problem. Seems this is not the first case where the settings are not honored within the app.

        I’ll take a look.