mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-24 15:05:22 -04:00
not much better, some race condition exists. figuring that out.
This commit is contained in:
parent
ce4601b575
commit
f896fc822c
2 changed files with 4 additions and 4 deletions
|
@ -41,11 +41,11 @@ class ContactInvitationListCubit
|
|||
final accountRecordKey =
|
||||
activeAccountInfo.userLogin.accountRecordInfo.accountRecord.recordKey;
|
||||
|
||||
final contactInvitationListRecordKey =
|
||||
final contactInvitationListRecordPointer =
|
||||
account.contactInvitationRecords.toVeilid();
|
||||
|
||||
final dhtRecord = await DHTShortArray.openOwned(
|
||||
contactInvitationListRecordKey,
|
||||
contactInvitationListRecordPointer,
|
||||
parent: accountRecordKey);
|
||||
|
||||
return dhtRecord;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue