mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-09 17:55:13 -04:00
more refactor
This commit is contained in:
parent
0291ff7224
commit
b35b618a4d
10 changed files with 162 additions and 152 deletions
|
@ -13,7 +13,10 @@ class ActiveAccountInfo {
|
|||
});
|
||||
//
|
||||
|
||||
KeyPair getConversationWriter() {
|
||||
TypedKey get accountRecordKey =>
|
||||
userLogin.accountRecordInfo.accountRecord.recordKey;
|
||||
|
||||
KeyPair get conversationWriter {
|
||||
final identityKey = localAccount.identityMaster.identityPublicKey;
|
||||
final identitySecret = userLogin.identitySecret;
|
||||
return KeyPair(key: identityKey, secret: identitySecret.value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue