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:
Christien Rioux 2023-10-08 14:07:52 +00:00
commit 07a62fb677

View File

@ -510,7 +510,7 @@ Future<bool> rejectContactInvitation(ActiveAccountInfo activeAccountInfo,
..contactResponse = contactResponseBytes
..identitySignature = identitySignature.toProto();
// Write the rejection to the invox
// Write the rejection to the inbox
if (await contactRequestInbox.tryWriteProtobuf(
SignedContactResponse.fromBuffer, signedContactResponse,
subkey: 1) !=