summaryrefslogtreecommitdiff
path: root/internal/trans/exportminimal.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/trans/exportminimal.go')
-rw-r--r--internal/trans/exportminimal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/trans/exportminimal.go b/internal/trans/exportminimal.go
index dc0e3368e..fea7d5af7 100644
--- a/internal/trans/exportminimal.go
+++ b/internal/trans/exportminimal.go
@@ -69,7 +69,7 @@ func (e *exporter) ExportMinimal(ctx context.Context, path string) error {
}
// export all follows that relate to local accounts
- follows, err := e.exportFollows(ctx, localAccounts, file)
+ follows, err := e.exportFollowing(ctx, localAccounts, file)
if err != nil {
return fmt.Errorf("ExportMinimal: error exporting follows: %s", err)
}