Add basic preloading for nodeinfo/config
1 unresolved thread
1 unresolved thread
Compare changes
+ 31
− 5
@@ -8,9 +8,34 @@ import backendInteractorService from '../services/backend_interactor_service/bac
@@ -133,7 +158,7 @@ const getTOS = async ({ store }) => {
@@ -196,7 +221,7 @@ const resolveStaffAccounts = ({ store, accounts }) => {
@@ -315,17 +340,18 @@ const afterStoreSetup = async ({ store, i18n }) => {
This was for debugging, right? Do you still want to keep it around?
it wasn't, it was to make sure we only grab the info once instead of for every request that might need the data. not sure if it's necessary or makes things faster
ah, i get it.