mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 09:36:14 -06:00
fix function name
This commit is contained in:
parent
0978b01164
commit
aef9767e61
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ func (p *Processor) ListsGet(ctx context.Context, requestingAccount *gtsmodel.Ac
|
|||
}
|
||||
|
||||
// Get all lists that this follow is an entry within.
|
||||
lists, err := p.state.DB.GetListsWithFollowID(ctx, follow.ID)
|
||||
lists, err := p.state.DB.GetListsContainingFollowID(ctx, follow.ID)
|
||||
if err != nil {
|
||||
err := gtserror.Newf("error getting lists for follow: %w", err)
|
||||
return nil, gtserror.NewErrorInternalError(err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue