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

Populate mentions tab with message history #4475

Conversation

2547techno
Copy link
Contributor

@2547techno 2547techno commented Mar 25, 2023

Pull request checklist:

  • CHANGELOG.md was updated, if applicable

Description

An implementation of #4474

Ended up just adding to mentions tab when message history is loaded from joining a new channel rather than just on startup.
Messages preserve their chronological order in the mentions tab, so opening a channel that you have a mention in will not necessary place that message at the bottom of the split.

@2547techno 2547techno marked this pull request as ready for review March 25, 2023 07:01
@2547techno 2547techno force-pushed the c2/feat/recent-messages-mentions-tab branch from a71d765 to 83c0045 Compare March 25, 2023 08:24
@2547techno
Copy link
Contributor Author

2547techno commented Apr 19, 2023

builds failed because dependency installation timed out

@pajlada pajlada added this to the Post 2.4.4 milestone May 8, 2023
@Mm2PL Mm2PL added the Waiting for review PR bounced back to reviewer label Aug 4, 2023
}
}

getApp()->getTwitch()->mentionsChannel->fillInMissingMessages(msgs);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
getApp()->getTwitch()->mentionsChannel->fillInMissingMessages(msgs);
getApp()->twitch->mentionsChannel->fillInMissingMessages(msgs);

@Felanbird Felanbird modified the milestones: Post 2.4.4, 2.4.5 Aug 4, 2023
@@ -18,6 +18,7 @@
- Minor: 7TV badges now automatically update upon changing. (#4512)
- Minor: Stream status requests are now batched. (#4713)
- Minor: Added `/c2-theme-autoreload` command to automatically reload a custom theme. This is useful for when you're developing your own theme. (#4718)
- Minor: Populate mentions tab with messages from history. (#4475)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
- Minor: Populate mentions tab with messages from history. (#4475)
- Minor: Mentions loaded from message history will now appear in the /mentions tab. (#4475)

explains what the feature actually does better for users

Copy link
Collaborator

@Mm2PL Mm2PL Aug 4, 2023

Choose a reason for hiding this comment

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

Maybe replace message history with historical messages. This is the term we use i think

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 seems to work as expected (after the above suggestion is applied) 👍

@pajlada
Copy link
Member

pajlada commented Aug 5, 2023

Closing in favour of #4752

@pajlada pajlada closed this Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Waiting for review PR bounced back to reviewer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants