mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 10:47:29 -06:00
comments
This commit is contained in:
parent
b3d5587415
commit
ea97afd86f
3 changed files with 14 additions and 5 deletions
|
|
@ -145,6 +145,9 @@ type Account struct {
|
|||
SuspensionOrigin int
|
||||
}
|
||||
|
||||
// Field represents a key value field on an account, for things like pronouns, website, etc.
|
||||
// VerifiedAt is optional, to be used only if Value is a URL to a webpage that contains the
|
||||
// username of the user.
|
||||
type Field struct {
|
||||
Name string
|
||||
Value string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue