pub async fn refresh_own_badges()Expand description
Fetch our own badges and persist to the per-account cache. Called once after initial sync. The std::sync::Arccrate::db::Session straddles the network fetch so a mid-fetch account swap can’t write account A’s badge into account B’s DB.