timeline go brrrrr

This commit is contained in:
shenlong-tanwen
2025-03-19 00:03:45 +05:30
parent b82b9a550a
commit 6311ecadd4
12 changed files with 323 additions and 249 deletions
@@ -131,6 +131,10 @@ class LoginService with LogMixin {
}
ServiceLocator.registerCurrentUser(user);
await di.unregister<ServerInfoProvider>();
di.registerLazySingleton<ServerInfoProvider>(
() => ServerInfoProvider(serverApiRepo: di()),
);
await di<ServerInfoProvider>().fetchServerDisk();
// sync assets in background