summaryrefslogtreecommitdiff
path: root/internal/processing/blocks.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/blocks.go')
-rw-r--r--internal/processing/blocks.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/blocks.go b/internal/processing/blocks.go
index 7c8371989..1144579a4 100644
--- a/internal/processing/blocks.go
+++ b/internal/processing/blocks.go
@@ -44,7 +44,7 @@ func (p *processor) BlocksGet(ctx context.Context, authed *oauth.Auth, maxID str
apiAccounts := []*apimodel.Account{}
for _, a := range accounts {
- apiAccount, err := p.tc.AccountToMastoBlocked(ctx, a)
+ apiAccount, err := p.tc.AccountToAPIAccountBlocked(ctx, a)
if err != nil {
continue
}