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
    7
    ·
    edit-2
    2 months 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