Suspended account

This commit is contained in:
2024-07-11 18:34:05 +08:00
parent e5bdb23c09
commit 681eb3cf7f
3 changed files with 8 additions and 1 deletions

View File

@ -18,6 +18,7 @@ type Account struct {
Avatar *uint `json:"avatar"`
Banner *uint `json:"banner"`
ConfirmedAt *time.Time `json:"confirmed_at"`
SuspendedAt *time.Time `json:"suspended_at"`
PermNodes datatypes.JSONMap `json:"perm_nodes"`
Profile AccountProfile `json:"profile"`