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

Fix issue with VIPs who have Asian Language display names #4174

Merged
merged 7 commits into from
Nov 21, 2022

Conversation

Felanbird
Copy link
Collaborator

Pull request checklist:

  • CHANGELOG.md was updated, if applicable

Description

In a previous life, the IRC /vips response returned the loginName of said VIPs. One day we woke up and Twitch suddenly started sending us the displayName's of those VIPs.
The problem with this was the fact that display names containing Asian language characters are of no use to us in Chatterino, as Twitch has no way of looking up a user, by these names.

Due to the migration of the /vips command to the Helix API, this fix will only help broadcasters (after the Timegate), but I do think it's better for them to be able to use the usercard feature in Chatterino, from the VIPs response.
Also suggested as a fix in #4053 (comment)

Fixes #3524

CHANGELOG.md Show resolved Hide resolved
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@pajlada pajlada marked this pull request as draft November 21, 2022 09:33
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@Felanbird Felanbird marked this pull request as ready for review November 21, 2022 17:20
Copy link
Collaborator Author

@Felanbird Felanbird left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works which is 🆒

this will later be merged with ## Unreleased into a big 2.4.0
@pajlada pajlada enabled auto-merge (squash) November 21, 2022 17:37
@Felanbird Felanbird changed the title Use login names for /vips response Fix issue with VIPs who have Asian Language display names Nov 21, 2022
@Felanbird Felanbird enabled auto-merge (squash) November 21, 2022 17:38
@Felanbird Felanbird merged commit 5182625 into Chatterino:master Nov 21, 2022
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@Felanbird Felanbird deleted the chore/user-logins-for-/vips branch November 21, 2022 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/vips response changes
3 participants