Added option to force fetch to Cache.fetch, force user profile picture to be fetched on start up or on login

This commit is contained in:
2021-12-26 21:32:54 -06:00
parent e87f14079d
commit 55191f143a
3 changed files with 6 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ class W3DHub
Store.settings[:account][:refresh_token] = account.refresh_token
Store.settings.save_settings
Cache.fetch(internet, account.avatar_uri)
Cache.fetch(internet, account.avatar_uri, true)
populate_account_info
page(W3DHub::Pages::Games)