mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-31 02:46:15 -06:00
fix status source test
This commit is contained in:
parent
44b779d8af
commit
f0f3bc52dc
3 changed files with 7 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ func (p *Processor) Create(
|
|||
return nil, errWithCode
|
||||
}
|
||||
|
||||
// Ensure account populated; we'll need settings.
|
||||
// Ensure account populated; we'll need their settings.
|
||||
if err := p.state.DB.PopulateAccount(ctx, requester); err != nil {
|
||||
log.Errorf(ctx, "error(s) populating account, will continue: %s", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue