mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 21:02:26 -05:00
Webfinger + Small fixes (#20)
This commit is contained in:
parent
41915ab371
commit
dc338dc881
16 changed files with 246 additions and 40 deletions
|
|
@ -15,7 +15,7 @@ type Instance struct {
|
|||
// When was this instance created in the db?
|
||||
CreatedAt time.Time `pg:"type:timestamp,notnull,default:now()"`
|
||||
// When was this instance last updated in the db?
|
||||
UpdatedAt time.Time `pg:"type:timestamp,notnull,default:now()"`
|
||||
UpdatedAt time.Time `pg:"type:timestamp,notnull,default:now()"`
|
||||
// When was this instance suspended, if at all?
|
||||
SuspendedAt time.Time
|
||||
// ID of any existing domain block for this instance in the database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue