summaryrefslogtreecommitdiff
path: root/internal/processing/polls/poll.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/polls/poll.go')
-rw-r--r--internal/processing/polls/poll.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/polls/poll.go b/internal/processing/polls/poll.go
index 19cf555e5..fe8fc71c5 100644
--- a/internal/processing/polls/poll.go
+++ b/internal/processing/polls/poll.go
@@ -53,7 +53,7 @@ func (p *Processor) getTargetPoll(ctx context.Context, requester *gtsmodel.Accou
func() (*gtsmodel.Status, error) {
return p.state.DB.GetStatusByPollID(ctx, targetID)
},
- true, // refresh
+ nil, // default freshness
)
if errWithCode != nil {
return nil, errWithCode