mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-24 10:56:17 -06:00
Update swagger and match style
This commit is contained in:
parent
d9c04216ae
commit
9dc1ecbec9
2 changed files with 6 additions and 3 deletions
|
|
@ -126,7 +126,7 @@ type Account struct {
|
|||
// If set, indicates that this account is currently inactive, and has migrated to the given account.
|
||||
// Key/value omitted for accounts that haven't moved, and for suspended accounts.
|
||||
Moved *Account `json:"moved,omitempty"`
|
||||
// Account identifies as a Group actor
|
||||
// Account identifies as a Group actor.
|
||||
Group bool `json:"group"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue