diff options
Diffstat (limited to 'internal/processing/account/update.go')
| -rw-r--r-- | internal/processing/account/update.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/processing/account/update.go b/internal/processing/account/update.go index a833d72c1..60d2cb8f6 100644 --- a/internal/processing/account/update.go +++ b/internal/processing/account/update.go @@ -78,8 +78,8 @@ func (p *Processor) Update(ctx context.Context, account *gtsmodel.Account, form } if form.Bot != nil { - account.Bot = form.Bot - acctColumns = append(acctColumns, "bot") + account.ActorType = gtsmodel.AccountActorTypeService + acctColumns = append(acctColumns, "actor_type") } if form.Locked != nil { |
