mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 22:52:58 +03:00
🐛 Bug Report: Gravatar logo used as profile picture when user has no Gravatar account #486
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @edbourque0 on GitHub.
Reproduction steps
Expected behavior
The profile picture should be the user's initials just like it was before the Gravatar integration (#34) .
Actual Behavior
The profile picture shows the Gravatar logo.
I assume that this is because the url of the gravatar picture is not associated to any user so i returns the Gravatar logo.
Maybe add some logic to check if the user exists on gravatar and if not, show the initials.
@stonith404 commented on GitHub:
Thanks for reporting this. In
v0.7.1it should take the initials if the Gravatar avatar doesn't exist.