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: support completing emotes starting with : #5603

Merged
merged 12 commits into from
Oct 6, 2024

Conversation

Nerixyz
Copy link
Contributor

@Nerixyz Nerixyz commented Sep 25, 2024

When completing with :, only emojis were considered. Now, all emotes are considered. Additionally, I noticed a bug I introduced in #5239 where Twitch emotes were indexed by their denormalized name.

While testing, I noticed that Emotes initializes the GIFTimer which could cause it to invoke the repaint event which tries to access the window manager.

Fixes #5399

@pajlada pajlada enabled auto-merge (squash) October 6, 2024 09:03
@pajlada pajlada merged commit 9ba7ef3 into Chatterino:master Oct 6, 2024
18 checks passed
@Nerixyz Nerixyz deleted the fix/colon-completion branch October 6, 2024 09:30
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.

Emotes starting with a colon (':') can't be tab-completed
2 participants