⬆️ Upgrade to latest identity

This commit is contained in:
2024-03-20 21:42:14 +08:00
parent 1eb7e88362
commit 298e1fe617
4 changed files with 16 additions and 37 deletions

View File

@ -11,6 +11,7 @@ type Account struct {
Name string `json:"name"`
Nick string `json:"nick"`
Avatar string `json:"avatar"`
Banner string `json:"banner"`
Description string `json:"description"`
EmailAddress string `json:"email_address"`
PowerLevel int `json:"power_level"`