fix Avatar not displayed on the contact’s device

pull/246/head
Ryan ZHAO 5 years ago
parent 2d747af959
commit 005324953d

@ -935,8 +935,9 @@ typedef void (^ProfileManagerFailureBlock)(NSError *error);
NSData *groupId = groupThread.groupModel.groupId;
return [self isGroupIdInProfileWhitelist:groupId];
} else {
NSString *recipientId = thread.contactIdentifier;
return [self isUserInProfileWhitelist:recipientId];
// NSString *recipientId = thread.contactIdentifier;
// return [self isUserInProfileWhitelist:recipientId];
return true;
}
}

Loading…
Cancel
Save