summaryrefslogtreecommitdiff
path: root/internal/timeline/prepare.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/timeline/prepare.go')
-rw-r--r--internal/timeline/prepare.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/timeline/prepare.go b/internal/timeline/prepare.go
index d57222ee8..ee8175a5f 100644
--- a/internal/timeline/prepare.go
+++ b/internal/timeline/prepare.go
@@ -244,7 +244,7 @@ func (t *timeline) prepare(ctx context.Context, statusID string) error {
}
// serialize the status (or, at least, convert it to a form that's ready to be serialized)
- apiModelStatus, err := t.tc.StatusToMasto(ctx, gtsStatus, t.account)
+ apiModelStatus, err := t.tc.StatusToAPIStatus(ctx, gtsStatus, t.account)
if err != nil {
return err
}