mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-05 15:23:16 -06:00
working pretty alright!
This commit is contained in:
parent
a125327769
commit
7e80eafaea
20 changed files with 744 additions and 187 deletions
|
|
@ -28,7 +28,6 @@ type Account struct {
|
|||
Type TransType `json:"type" bun:"-"`
|
||||
ID string `json:"id"`
|
||||
CreatedAt *time.Time `json:"createdAt"`
|
||||
UpdatedAt *time.Time `json:"updatedAt"`
|
||||
Username string `json:"username"`
|
||||
Domain string `json:"domain,omitempty" bun:",nullzero"`
|
||||
Locked bool `json:"locked"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue