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 IRC mentions not showing up in the /mentions split #3400

Merged
merged 2 commits into from
Dec 25, 2021

Conversation

pajlada
Copy link
Member

@pajlada pajlada commented Dec 12, 2021

Pull request checklist:

  • CHANGELOG.md was updated, if applicable

Description

  • Mentions in IRC channels now get put into the /mentions split
  • Add changelog entry

The /mentions split is technically categorized both in our code and in the "new split" dialog as under Twitch, however the description indicates that it should show mentions from all channels, not just all Twitch channels.
This solution works but it's not super pretty in the code as we're importing and using the Twitch server to fetch the special mentions channel.

I have tested clicking the channel name and it finds the split correctly.
I have tested not having any Twitch channels open, and it still works as expected.

Fixes #3381

@pajlada pajlada requested review from Felanbird and zneix December 12, 2021 14:28
Copy link
Collaborator

@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.

Functionality works as intended. 👍

As expected, mentions from /history show up - but that fix is not for this PR.

@pajlada pajlada enabled auto-merge (squash) December 25, 2021 15:04
@pajlada pajlada merged commit 1662ced into master Dec 25, 2021
@pajlada pajlada deleted the fix/irc-mentions branch December 25, 2021 15:22
zneix added a commit to SevenTV/chatterino7 that referenced this pull request Dec 25, 2021
Now we're on commit efcef61; Changes from upstream we've pulled

- Minor: Sorted usernames in `Users joined/parted` messages alphabetically. (Chatterino#3421)
- Minor: Mod list, VIP list, and Users joined/parted messages are now searchable. (Chatterino#3426)
- Bugfix: Fixed IRC mentions not showing up in the /mentions split. (Chatterino#3400)
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.

[IRC] Mentions on IRC channels don't get put in /mentions split
3 participants