summaryrefslogtreecommitdiff
path: root/internal/gtsmodel/status.go
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-15 23:05:24 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-15 23:05:24 +0100
commit4e281f31b0e0c1410264a99687983f2d309cdd00 (patch)
tree13712ef6c55d7a71fa082fc01ed71013054ed217 /internal/gtsmodel/status.go
parentgo mod tidy (diff)
downloadgotosocial-4e281f31b0e0c1410264a99687983f2d309cdd00.tar.xz
whole buncha stuff
Diffstat (limited to 'internal/gtsmodel/status.go')
-rw-r--r--internal/gtsmodel/status.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gtsmodel/status.go b/internal/gtsmodel/status.go
index cba8a6ba8..39c450934 100644
--- a/internal/gtsmodel/status.go
+++ b/internal/gtsmodel/status.go
@@ -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