mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-21 13:48:43 -04:00
fix head issue and refactor
This commit is contained in:
parent
c48305cba1
commit
48c9c67ab8
20 changed files with 229 additions and 327 deletions
|
@ -14,11 +14,11 @@ class ContactRequestInboxCubit
|
|||
contactInvitationRecord: contactInvitationRecord),
|
||||
decodeState: proto.SignedContactResponse.fromBuffer);
|
||||
|
||||
ContactRequestInboxCubit.value(
|
||||
{required super.record,
|
||||
required this.activeAccountInfo,
|
||||
required this.contactInvitationRecord})
|
||||
: super.value(decodeState: proto.SignedContactResponse.fromBuffer);
|
||||
// ContactRequestInboxCubit.value(
|
||||
// {required super.record,
|
||||
// required this.activeAccountInfo,
|
||||
// required this.contactInvitationRecord})
|
||||
// : super.value(decodeState: proto.SignedContactResponse.fromBuffer);
|
||||
|
||||
static Future<DHTRecord> _open(
|
||||
{required ActiveAccountInfo activeAccountInfo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue