mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-27 00:26: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
|
|
@ -388,6 +388,7 @@ func (c *Converter) accountToAPIAccountPublic(ctx context.Context, a *gtsmodel.A
|
|||
EnableRSS: enableRSS,
|
||||
HideCollections: hideCollections,
|
||||
Roles: roles,
|
||||
Group: false,
|
||||
}
|
||||
|
||||
// Bodge default avatar + header in,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue