CaohuaK

🔒 Manual approval

@caohuak@moon.lonewolf.zone · Joined ⁨Oct⁩ ⁨2025⁩

Mitra 用戶,多數情況下 CDROM

一 尸金 尸山 一日月大 人火手山 戈火土 卜金大 竹日心戈 弓木竹女人 大竹戈日女

明年就好了

Replying to @⁨silverpill@mitra.social⁩

@silverpill @sendpaws >But everyone is still using centralized platforms like there is no tomorrow.

While things might be slightly better on decentralized platforms like Fedi, they aren't much better; the obsession with "censorship" has spread here too. If it hadn't reached this place, most instances wouldn't have such a long list of rules, but rather a simple code of conduct that everyone could agree on.

Replying to @⁨caohuak@moon.lonewolf.zone⁩

@silverpill @graf The display_name returned by the minimitra account is null. I think that's the reason, because Husky doesn't allow the display_name to be null when quoting a user.

https://github.com/captainepoch/husky/blob/52c32e8f82f7c3f3c9186a575dd988a30506ebfd/husky/app/src/main/java/com/keylesspalace/tusky/adapter/StatusBaseViewHolder.java#L922

The most famous Pleroma client for Android. Contribute to captainepoch/husky development by creating an account on GitHub.GitHubhusky/husky/app/src/main/java/com/keylesspalace/tusky/adapter/StatusBaseViewHolder.java at 52c32e8f82f7c3f3c9186a575dd988a30506ebfd · captainepoch/huskyThe most famous Pleroma client for Android. Contribute to captainepoch/husky development by creating an account on GitHub.

Replying to @⁨silverpill@mitra.social⁩

@silverpill @graf >But I don't use it myself, maybe this has been fixed already

I tested on master branch and it seems not fixed. I set the expiration time to 60 seconds in the Mitra profile, but Husky stays logged in even after the token expires; it seems like this feature hasn't been implemented yet. If I remember correctly, Tusky has already implemented this, as soon as the token becomes invalid, it immediately pops up a dialog asking you to log in again.

Replying to @⁨silverpill@mitra.social⁩

@silverpill @sun @deutrino Scrapers might cause a sudden increase in disk space because they download source code archives, you can choose to disable the feature or set up scheduled cleanups if you want.

disable download source archive:

[repository]
DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true

or delete them every 48h:

[cron.delete_repo_archives]
ENABLED = true
RUN_AT_START = true
SCHEDULE = @every 48h