Update retrieve profile job.

This commit is contained in:
Cody Henthorne
2025-05-07 10:19:01 -04:00
committed by Michelle Tang
parent 1800507604
commit 778db277c8

View File

@@ -125,7 +125,7 @@ public class RetrieveProfileAvatarJob extends BaseJob {
return;
}
} else if (profileAvatar != null && profileAvatar.equals(recipient.resolve().getProfileAvatar())) {
Log.w(TAG, "Already retrieved profile avatar: " + profileAvatar);
Log.w(TAG, "Already retrieved profile avatar: ***" + profileAvatar.substring(profileAvatar.length() - 3));
return;
}