Show "real" avatars for GitHub Enterprise
Open
3rd party
enhancement
enterprise
- Dominant language
- JavaScript
- Stars
- 10.3k
- Forks
- 477
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 10
Description
There is an ongoing discussion on the issue of broken GitHub Enterprise avatars.
https://github.com/desktop/desktop/issues/821
Currently, we use a placeholder image which can [be customized by `.leptonrc`](https://gist.github.com/hackjutsu/1ad7e4968eb64d881ec9dedd6c0f400b).
```
"enterprise": {
"enable": false,
"host": "github_enterprise_host",
"token": "token_with_gist_enabled",
"avatarUrl": "optional_avatar_url" <---- customize your avartar!
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.