Open
Description
It used to be that we would first check libravatar for an image, if that failed we'd fallback to gravatar, and if that failed we'd fall back to the fedora logo.
One week before flock, I broke that (commented it out) because I realised that using OpenID as the key for libravatar was way better than using USER@fedoraproject.org as the key.
That gravatar fallback code should probably be re-added. We'll have to still use http://USERNAME.id.fedoraproject.org for libravatar and USERNAME@fedoraproject.org for gravatar. Tricky, not impossible.