Cache user social credits on profile

This commit is contained in:
2025-08-22 22:28:48 +08:00
parent d1c3610ec8
commit 8f3825e92c
4 changed files with 30 additions and 2 deletions

View File

@@ -75,6 +75,8 @@ message AccountProfile {
int32 experience = 14;
int32 level = 15;
double leveling_progress = 16;
double social_credits = 17;
int32 social_credits_level = 18;
CloudFile picture = 19;
CloudFile background = 20;