mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-20 19:58:26 -04:00
more debugging
This commit is contained in:
parent
9219e1307e
commit
5cec423351
13 changed files with 424 additions and 708 deletions
|
@ -53,9 +53,9 @@ class AccountRepository {
|
|||
static AccountRepository instance = AccountRepository._();
|
||||
|
||||
Future<void> init() async {
|
||||
await _localAccounts.load();
|
||||
await _userLogins.load();
|
||||
await _activeLocalAccount.load();
|
||||
await _localAccounts.get();
|
||||
await _userLogins.get();
|
||||
await _activeLocalAccount.get();
|
||||
await _openLoggedInDHTRecords();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue