Update the related user selector to use the new avatars API
Review Request #8985 — Created June 2, 2017 and submitted — Latest diff uploaded
The related user selector was previously relying on the
integration_gravatarssetting and the deprecatedavatar_urlfield
from theUserResource. The selector now fetches avatar URLs from the
avatar services instead of always using Gravatars.
Tested the related user selector on the repository page with custom
avatars and gravatars. It worked as expected.