mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04:00
Merge branch 'invoxTypo2023-10-08' into 'main'
Fix invox typo in comment - contact_invite.dart See merge request veilid/veilidchat!11
This commit is contained in:
commit
07a62fb677
@ -510,7 +510,7 @@ Future<bool> rejectContactInvitation(ActiveAccountInfo activeAccountInfo,
|
|||||||
..contactResponse = contactResponseBytes
|
..contactResponse = contactResponseBytes
|
||||||
..identitySignature = identitySignature.toProto();
|
..identitySignature = identitySignature.toProto();
|
||||||
|
|
||||||
// Write the rejection to the invox
|
// Write the rejection to the inbox
|
||||||
if (await contactRequestInbox.tryWriteProtobuf(
|
if (await contactRequestInbox.tryWriteProtobuf(
|
||||||
SignedContactResponse.fromBuffer, signedContactResponse,
|
SignedContactResponse.fromBuffer, signedContactResponse,
|
||||||
subkey: 1) !=
|
subkey: 1) !=
|
||||||
|
Loading…
Reference in New Issue
Block a user