mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 14:42:24 -05:00
whole buncha stuff
This commit is contained in:
parent
b48072fef6
commit
4e281f31b0
12 changed files with 151 additions and 24 deletions
|
|
@ -20,7 +20,7 @@ package gtsmodel
|
|||
|
||||
import "time"
|
||||
|
||||
type GTSStatus struct {
|
||||
type Status struct {
|
||||
ID string `pg:"type:uuid,default:gen_random_uuid(),pk,notnull"`
|
||||
URI string
|
||||
URL string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue