Merge pull request #4693 from pixelfed/staging

Update AP helpers, adjust RemoteAvatarFetch ttl from 24h to 3 months
pull/4698/head
daniel 1 year ago committed by GitHub
commit ffa44c4fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -801,7 +801,7 @@ class Helpers {
);
if( $profile->last_fetched_at == null ||
$profile->last_fetched_at->lt(now()->subHours(24))
$profile->last_fetched_at->lt(now()->subMonths(3))
) {
RemoteAvatarFetch::dispatch($profile);
}

Loading…
Cancel
Save