From e890169e6f151f668580398685c2dbf3c4b780ff Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:24:49 +0100 Subject: use pointer for freshness window (#2614) --- internal/processing/status/boost.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/processing/status/boost.go') diff --git a/internal/processing/status/boost.go b/internal/processing/status/boost.go index 2fc96091e..5fae695fd 100644 --- a/internal/processing/status/boost.go +++ b/internal/processing/status/boost.go @@ -43,7 +43,7 @@ func (p *Processor) BoostCreate( ctx, requester, targetID, - false, // refresh + nil, // default freshness ) if errWithCode != nil { return nil, errWithCode @@ -113,7 +113,7 @@ func (p *Processor) BoostRemove( ctx, requester, targetID, - false, // refresh + nil, // default freshness ) if errWithCode != nil { return nil, errWithCode -- cgit v1.2.3