-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The avatars in users suggestions list not loading #21155
Comments
Hey, @salimbraksa and @guarani, are you familiar with this code? I've been trying to identify where |
I'm not sure why it's the only place that uses |
Hey @kean, I'm not familiar with this code but I found this: pb6Nl-gyD-p2. |
Thanks, @guarani. Do you know if there is a plan to add support for these new hashes in the app? |
Now that you discovered the avatars are broken, I think fixing it should be a priority and aligns with what I see in the above link. Does it look like a quick fix? |
There is a quick fix (add Step two should be to investigate why only this screen uses |
Expected behavior
Actual behavior
Steps to reproduce the behavior
Tested on [device], iOS [version], Jetpack iOS / WordPress iOS [version]
latest
RCA
https://0.gravatar.com/avatar/6e53a25107fdb57cb66d87fc0c88ff5ba3aa16909ad94e39a825fba47157d08d?s=96&d=identicon&r=G
[WPAvatarSource parseURL:forAvatarHash:]
is called to determine the avatar sizeif ([hash length] == 32) {
condition resolves tofalse
because hash length is 64SuggestionsTableView/fetchIcon
(line 192) doesn't start the download because the resolved image type is.unknown
The text was updated successfully, but these errors were encountered: