mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-10 07:00:05 -04:00
refactor, use external libraries, and add integration test for veilid_support
This commit is contained in:
parent
e622b7f949
commit
25a6a00fcf
84 changed files with 626 additions and 3835 deletions
|
@ -400,7 +400,7 @@ class AccountRepository {
|
|||
|
||||
// Record not yet open, do it
|
||||
final pool = DHTRecordPool.instance;
|
||||
final record = await pool.openOwned(
|
||||
final record = await pool.openRecordOwned(
|
||||
userLogin.accountRecordInfo.accountRecord,
|
||||
debugName: 'AccountRepository::openAccountRecord::AccountRecord',
|
||||
parent: localAccount.identityMaster.identityRecordKey);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue