Merge branch 'cyberarm:master' into feature-buildBinaryPackage

This commit is contained in:
The Unnamed Engineer
2025-08-03 17:55:46 -04:00
committed by GitHub
13 changed files with 341 additions and 144 deletions

View File

@@ -111,7 +111,7 @@ class W3DHub
return unless news
news.items[0..15].each do |item|
Cache.fetch(uri: item.image, async: false)
Cache.fetch(uri: item.image, async: false, backend: :w3dhub)
end
@w3dhub_news = news