mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04:00
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:
parent
564447ec98
commit
a172de2960
@ -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