friends system (Testing WIP)

This commit is contained in:
2025-12-14 22:58:36 +08:00
parent b10b206b48
commit a317235bce
9 changed files with 705 additions and 26 deletions

View File

@@ -13,7 +13,7 @@ pub struct UserProfile {
pub name: String,
pub email: String,
pub username: Option<String>,
pub picture: Option<String>,
pub roles: Vec<String>,
pub created_at: String,
pub updated_at: String,