Fix invox typo in comment - contact_invite.dart

This fixes a typo ("invox" for "inbox") in a comment in
lib/providers/contact_invite.dart.
This commit is contained in:
Haley Weslin 2023-10-08 13:23:21 +00:00
parent 564447ec98
commit a172de2960

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) !=