|
|
|
@ -69,10 +69,6 @@ extern const NSUInteger kOWSProfileManager_MaxAvatarDiameter;
|
|
|
|
|
|
|
|
|
|
- (nullable UIImage *)profileAvatarForRecipientId:(NSString *)recipientId;
|
|
|
|
|
|
|
|
|
|
// Reads raw avatar data from disk if available. Uncached, so shouldn't be used frequently,
|
|
|
|
|
// but useful to get the raw image data for populating cnContact.imageData without lossily re-encoding.
|
|
|
|
|
- (nullable NSData *)profileAvatarDataForRecipientId:(NSString *)recipientId;
|
|
|
|
|
|
|
|
|
|
- (void)refreshProfileForRecipientId:(NSString *)recipientId;
|
|
|
|
|
|
|
|
|
|
- (void)updateProfileForRecipientId:(NSString *)recipientId
|
|
|
|
|