Skip to content
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

Avatar requests #104

Open
lloydwatkin opened this issue May 23, 2013 · 7 comments
Open

Avatar requests #104

lloydwatkin opened this issue May 23, 2013 · 7 comments

Comments

@lloydwatkin
Copy link
Member

If user is not running a media server, or media server is not running for some reason then rather than respond with a 503 then HTTP API should return 302 to a gravatar URL.

Actually this should be a config option (useGravatarFallback or something).

This prevents the build up of lots of identical avatars and helps quick identification of users in channels.

@imaginator
Copy link
Member

I like the config option Item. With default set to true.

@abmargb
Copy link
Collaborator

abmargb commented Oct 24, 2014

Should this be something to be implemented in the API or in the media server?

@imaginator
Copy link
Member

Proposal:

  • if nothing saved in avatar resource,
  • media server checks gravatar,
  • if matching hash has a gravatar download the largest size and save it in avatar resource

@lloydwatkin
Copy link
Member Author

I'd be good with that provided the functionality was a configuration flag.

@imaginator
Copy link
Member

useGravatarFallback sounds like a very sensible config option. "Does what it says on the tin".

@lloydwatkin
Copy link
Member Author

Defaulted to true or false?

@imaginator
Copy link
Member

I'd go for true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants