From 4e281f31b0e0c1410264a99687983f2d309cdd00 Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Mon, 15 Mar 2021 23:05:24 +0100 Subject: whole buncha stuff --- internal/gtsmodel/account.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'internal/gtsmodel/account.go') diff --git a/internal/gtsmodel/account.go b/internal/gtsmodel/account.go index 7cd942ee8..84ba027b2 100644 --- a/internal/gtsmodel/account.go +++ b/internal/gtsmodel/account.go @@ -26,10 +26,10 @@ import ( "time" ) -// GTSAccount represents a GoToSocial user account -type GTSAccount struct { - GTSAvatar - GTSHeader +// Account represents a GoToSocial user account +type Account struct { + Avatar + Header URI string URL string ID string `pg:"type:uuid,default:gen_random_uuid(),pk,notnull"` @@ -66,7 +66,7 @@ type GTSAccount struct { SuspensionOrigin int } -type GTSAvatar struct { +type Avatar struct { AvatarFileName string AvatarContentType string AvatarFileSize int @@ -75,7 +75,7 @@ type GTSAvatar struct { AvatarStorageSchemaVersion int } -type GTSHeader struct { +type Header struct { HeaderFileName string HeaderContentType string HeaderFileSize int -- cgit v1.2.3