mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-02 14:26:12 -04:00
record pool / watch work
This commit is contained in:
parent
31f562119a
commit
ba4ef05a28
4 changed files with 178 additions and 156 deletions
|
@ -58,6 +58,8 @@ Future<AccountInfo> fetchAccountInfo(FetchAccountInfoRef ref,
|
|||
return AccountInfo(status: AccountInfoStatus.accountLocked, active: active);
|
||||
}
|
||||
|
||||
xxx login should open this key and leave it open, logout should close it
|
||||
|
||||
// Pull the account DHT key, decode it and return it
|
||||
final pool = await DHTRecordPool.instance();
|
||||
final account = await (await pool.openOwned(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue