mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] Set 'discoverable' properly on API accounts (#1511)
This commit is contained in:
@@ -204,6 +204,7 @@ func (c *converter) AccountToAPIAccountPublic(ctx context.Context, a *gtsmodel.A
|
||||
Acct: acct,
|
||||
DisplayName: a.DisplayName,
|
||||
Locked: *a.Locked,
|
||||
Discoverable: *a.Discoverable,
|
||||
Bot: *a.Bot,
|
||||
CreatedAt: util.FormatISO8601(a.CreatedAt),
|
||||
Note: a.Note,
|
||||
|
Reference in New Issue
Block a user