Update swagger and match style

This commit is contained in:
pnwmatt 2025-02-06 18:33:50 -08:00
commit 9dc1ecbec9
No known key found for this signature in database
2 changed files with 6 additions and 3 deletions

View file

@ -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"`
}