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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

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

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
1 participant