-
-
Notifications
You must be signed in to change notification settings - Fork 459
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
Populate mentions tab with message history #4475
Conversation
a71d765
to
83c0045
Compare
builds failed because dependency installation timed out |
} | ||
} | ||
|
||
getApp()->getTwitch()->mentionsChannel->fillInMissingMessages(msgs); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getApp()->getTwitch()->mentionsChannel->fillInMissingMessages(msgs); | |
getApp()->twitch->mentionsChannel->fillInMissingMessages(msgs); |
@@ -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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 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
There was a problem hiding this comment.
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
There was a problem hiding this 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) 👍
Closing in favour of #4752 |
Pull request checklist:
CHANGELOG.md
was updated, if applicableDescription
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.