mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-07 05:49:31 -06:00
more work on struct validation
This commit is contained in:
parent
22b3bfe978
commit
6adec1ae4d
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