mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-07 09:08:06 -06:00
some wee updates
This commit is contained in:
parent
74d5a0588f
commit
90b1c94b89
4 changed files with 125 additions and 43 deletions
|
|
@ -46,8 +46,12 @@ type Account struct {
|
|||
|
||||
// ID of the avatar as a media attachment
|
||||
AvatarMediaAttachmentID string
|
||||
// For a non-local account, where can the header be fetched?
|
||||
AvatarRemoteURL string
|
||||
// ID of the header as a media attachment
|
||||
HeaderMediaAttachmentID string
|
||||
// For a non-local account, where can the header be fetched?
|
||||
HeaderRemoteURL string
|
||||
// DisplayName for this account. Can be empty, then just the Username will be used for display purposes.
|
||||
DisplayName string
|
||||
// a key/value map of fields that this account has added to their profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue