summaryrefslogtreecommitdiff
path: root/internal/processing/account/lists.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/account/lists.go')
-rw-r--r--internal/processing/account/lists.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/account/lists.go b/internal/processing/account/lists.go
index 12fbb884b..1d92bee82 100644
--- a/internal/processing/account/lists.go
+++ b/internal/processing/account/lists.go
@@ -42,7 +42,7 @@ func (p *Processor) ListsGet(ctx context.Context, requestingAccount *gtsmodel.Ac
return nil, gtserror.NewErrorInternalError(fmt.Errorf("db error: %w", err))
}
- visible, err := p.filter.AccountVisible(ctx, requestingAccount, targetAccount)
+ visible, err := p.visFilter.AccountVisible(ctx, requestingAccount, targetAccount)
if err != nil {
return nil, gtserror.NewErrorInternalError(fmt.Errorf("db error: %w", err))
}