Merge pull request #7381 from pixelfed/staging

Update SoftwareUpdateService, clear nodeinfo on flushCache
pull/7385/head
dansup 4 days ago committed by GitHub
commit dc4f7925c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,6 +22,7 @@ class SoftwareUpdateService
if ($flushCache) {
Cache::forget(self::cacheKey());
Cache::forget('api:nodeinfo');
}
$versions = Cache::remember(self::cacheKey(), 1800, function () {

Loading…
Cancel
Save