We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Link preview always shows "No link info loaded" on hover over previous messages, when you set Link information setting to enabled.
Link information
To reproduce
Chatterino version Chatterino 2.2.2 (commit 8461318)
It happens because link information is fetched in TwitchMessageBuilder.cpp only once ( on message build :) )
TwitchMessageBuilder.cpp
chatterino2/src/providers/twitch/TwitchMessageBuilder.cpp
Line 455 in 8461318
chatterino2/src/providers/LinkResolver.cpp
Lines 18 to 22 in 8532c6d
The text was updated successfully, but these errors were encountered:
Can reproduce.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Link preview always shows "No link info loaded" on hover over previous messages, when you set
Link information
setting to enabled.To reproduce
Link information
setting disabledChatterino version
Chatterino 2.2.2 (commit 8461318)
It happens because link information is fetched in
TwitchMessageBuilder.cpp
only once ( on message build :) )chatterino2/src/providers/twitch/TwitchMessageBuilder.cpp
Line 455 in 8461318
And setting is checked here
chatterino2/src/providers/LinkResolver.cpp
Lines 18 to 22 in 8532c6d
And it never gets updated afterwards. So you need to restart the app to get previous links resolved.
The text was updated successfully, but these errors were encountered: