mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 19:32:26 -05:00
more work on struct validation
This commit is contained in:
parent
8ba816cd83
commit
dc2e1bf9ab
14 changed files with 455 additions and 144 deletions
|
|
@ -33,7 +33,7 @@ func happyUser() *gtsmodel.User {
|
|||
LastEmailedAt: time.Now(),
|
||||
ConfirmationToken: "",
|
||||
ConfirmedAt: time.Now(),
|
||||
ConfirmationSentAt: time.Now(),
|
||||
ConfirmationSentAt: time.Time{},
|
||||
UnconfirmedEmail: "",
|
||||
Moderator: false,
|
||||
Admin: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue