parent fix

This commit is contained in:
Christien Rioux 2023-08-06 10:15:34 -04:00
parent 4a554841d1
commit bbe2d60c7f
4 changed files with 102 additions and 44 deletions

View file

@ -70,7 +70,6 @@ Future<AcceptedOrRejectedContact?> checkAcceptRejectContact(
final signedContactResponse = await contactRequestInbox
.getProtobuf(SignedContactResponse.fromBuffer, forceRefresh: true);
if (signedContactResponse == null) {
log.error('failed to get signed contact response');
return null;
}