this post was submitted on 18 May 2026
28 points (96.7% liked)

Summit

1326 readers
18 users here now

Community to discuss Summit, an open-source Android app for browsing Lemmy and PieFed.

Get the app on the Play Store.

F-Droid

APK / Obtainum

Source code

Support the app

Support me on Patreon

Website: https://summit.idunnololz.com/

founded 2 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] artwork@lemmy.world 11 points 1 week ago* (last edited 1 week 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