diff --git a/lib/providers/contact_invite.dart b/lib/providers/contact_invite.dart index 29ff188..f0440a5 100644 --- a/lib/providers/contact_invite.dart +++ b/lib/providers/contact_invite.dart @@ -510,7 +510,7 @@ Future 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) !=