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

repo-avatars - Wrong organization icon #7322

Closed
LitoMore opened this issue Mar 28, 2024 · 1 comment · Fixed by #7324
Closed

repo-avatars - Wrong organization icon #7322

LitoMore opened this issue Mar 28, 2024 · 1 comment · Fixed by #7324

Comments

@LitoMore
Copy link
Contributor

Description

It shows a bot avatar when the bot has the same display name.

How to replicate the issue + URL

See this link below:

Extension version

24.3.20

Browser(s) used

Safari, Chrome

@LitoMore LitoMore added the bug label Mar 28, 2024
@fregante
Copy link
Member

Due to

// Find image on page. Saves a request and a redirect + add support for bots
const existingAvatar = $(`img[alt="@${cleanName}"]`);
if (existingAvatar) {
return existingAvatar.src;
}

@fregante fregante changed the title Wrong organization icon repo-avatars - Wrong organization icon Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants