mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-27 08:46:15 -06:00
Stub out account's Group parameter
This commit is contained in:
parent
00bd0f7658
commit
8bc630ec53
3 changed files with 8 additions and 0 deletions
|
|
@ -126,6 +126,8 @@ 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
|
||||
Group bool `json:"group"`
|
||||
}
|
||||
|
||||
// WebAccount is like Account, but with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue