diff options
Diffstat (limited to 'internal/processing/status/bookmark.go')
-rw-r--r-- | internal/processing/status/bookmark.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/status/bookmark.go b/internal/processing/status/bookmark.go index 224445838..778492c71 100644 --- a/internal/processing/status/bookmark.go +++ b/internal/processing/status/bookmark.go @@ -33,7 +33,7 @@ func (p *Processor) getBookmarkableStatus(ctx context.Context, requestingAccount targetStatus, errWithCode := p.c.GetVisibleTargetStatus(ctx, requestingAccount, targetStatusID, - false, // refresh + nil, // default freshness ) if errWithCode != nil { return nil, "", errWithCode |