mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-09 22:52:29 -04:00
new chat widget
This commit is contained in:
parent
063eeb8d12
commit
1a9cca0667
44 changed files with 1904 additions and 981 deletions
|
@ -15,8 +15,9 @@ part 'local_account.freezed.dart';
|
|||
// and the identitySecretKey optionally encrypted by an unlock code
|
||||
// This is the root of the account information tree for VeilidChat
|
||||
//
|
||||
@freezed
|
||||
sealed class LocalAccount with _$LocalAccount {
|
||||
@Freezed(toJson: true)
|
||||
abstract class LocalAccount with _$LocalAccount {
|
||||
@JsonSerializable()
|
||||
const factory LocalAccount({
|
||||
// The super identity key record for the account,
|
||||
// containing the publicKey in the currentIdentity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue