gedaliyah@lemmy.world to Summit@lemmy.world · 2 months agoWhat is the number in brackets next to the name?lemmy.worldimagemessage-square8linkfedilinkarrow-up118arrow-down11file-text
arrow-up117arrow-down1imageWhat is the number in brackets next to the name?lemmy.worldgedaliyah@lemmy.world to Summit@lemmy.world · 2 months agomessage-square8linkfedilinkfile-text
Sorry if this is maybe an obvious answer. I’m just scratching my head. I just noticed it after the latest update.
minus-squareArtwork@lemmy.worldlinkfedilinkEnglisharrow-up7·edit-22 months agoWonderful 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
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