Sorry if this is maybe an obvious answer. I’m just scratching my head. I just noticed it after the latest update.

  • Artwork@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    1 month ago

    Wonderful day!

    I’ve never used the wonderful client yet, but was curious too, and checked the source code.
    Evidently, it should be “person’s score”:

    // ...
    val personScore = personTracker.getPersonScore(targetPersonId = personId)
    if (personScore != 0) {
      append(" [")
      val s = length
      append(personScore.toString())
      val e = length
      append("]")
    // ...
    

    Source: LemmyHeaderHelper.kt