gedaliyah@lemmy.world to Summit@lemmy.world · 1 month agoWhat is the number in brackets next to the name?lemmy.worldimagemessage-square12linkfedilinkarrow-up129arrow-down11file-text
arrow-up128arrow-down1imageWhat is the number in brackets next to the name?lemmy.worldgedaliyah@lemmy.world to Summit@lemmy.world · 1 month agomessage-square12linkfedilinkfile-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-up11·edit-21 month 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