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 built-in commands not working in special channels #3288

Merged
merged 6 commits into from
Oct 17, 2021

Conversation

Mm2PL
Copy link
Collaborator

@Mm2PL Mm2PL commented Oct 15, 2021

Pull request checklist:

  • CHANGELOG.md was updated, if applicable

Description

Closes #2706

@Mm2PL Mm2PL requested review from zneix and pajlada October 15, 2021 22:19
CHANGELOG.md Outdated Show resolved Hide resolved
@Mm2PL Mm2PL requested a review from zneix October 16, 2021 15:45
@zneix
Copy link
Collaborator

zneix commented Oct 17, 2021

This may not be exactly the topic of this PR, however I dislike how many different bandaid solutions are there in the codebase for detecting actual twitch channels and 'special twitch channels' - we should definitely have some sort of helper method like isTwitchChannel but for special Twitch channels to make things cleaner. Something for another PR probably.

This being said, I think I used a different solution to casting channel.get() in some other place to check whether a Twitch channel is special or not, but if this her works I guess I can approve this and work on what I mentioned above.

Copy link
Member

@pajlada pajlada left a comment

Choose a reason for hiding this comment

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

In agreement with zneix's previous comment, but yeah it's not for this PR

@pajlada pajlada enabled auto-merge (squash) October 17, 2021 10:31
@pajlada pajlada merged commit c1a3814 into Chatterino:master Oct 17, 2021
@pajlada pajlada deleted the fix/commands_in_special_channels branch October 17, 2021 10:45
zneix added a commit to SevenTV/chatterino7 that referenced this pull request Oct 25, 2021
Now we're on commit 4a90f10; Changes from upstream we've pulled:

- Minor: Added new search predicate to filter for messages matching a regex (Chatterino#3282)
- Minor: Subcategories in settings are now searchable. (Chatterino#3157)
- Minor: Highlight usernames in /mods and /vips messages (Chatterino#3187)
- Minor: Added chatter count to viewer list popout (Chatterino#3261)
- Minor: Added `flags.first_message` filter variable (Chatterino#3292)
- Minor: Removed duplicate setting for toggling `Channel Point Redeemed Message` highlights (Chatterino#3296)
- Bugfix: Fixed a bug that caused zero-width emotes to be misaligned when the "Remove spaces between emotes" setting is on. (Chatterino#3249)
- Bugfix: Fixed the "Change channel" popup showing a wrong window title (Chatterino#3273)
- Bugfix: Fixed built-in Chatterino commands not working in whispers and mentions special channels (Chatterino#3288)
- Bugfix: Fixed `QCharRef with an index pointing outside the valid range of a QString` warning that was emitted on every Tab press. (Chatterino#3234)
- Bugfix: Fixed being unable to disable `First Message` highlights (Chatterino#3293)
- Bugfix: Fixed `First Message` custom sound not persisting through restart. (Chatterino#3303)
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.

Built-in commands don't get executed in Mentions and Whispers channels
3 participants