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

Restricted user messages don't support third party emotes #5131

Open
4 tasks done
brian6932 opened this issue Jan 26, 2024 · 1 comment
Open
4 tasks done

Restricted user messages don't support third party emotes #5131

brian6932 opened this issue Jan 26, 2024 · 1 comment
Labels
issue-report An issue reported by a user.

Comments

@brian6932
Copy link
Contributor

Checklist

  • I'm reporting a problem with Chatterino
  • I've verified that I'm running the most recent nightly build or stable release
  • I've looked for my problem on the wiki
  • I've searched the issues and pull requests for similar looking reports

Describe your issue

ye

Screenshots

(emote https://www.frankerfacez.com/emoticon/720898)

OS and Chatterino Version

Chatterino Nightly 2.4.6 (commit 5f2e01b) built on 2024-01-24 with Qt 6.5.0, MSVC 193732826 Running on Windows 10 Version 21H2, kernel: 10.0.19044

@brian6932 brian6932 added the issue-report An issue reported by a user. label Jan 26, 2024
@Felanbird Felanbird changed the title Restricted users strips emote parsing Restricted user messages don't support third party emotes Jan 26, 2024
@iProdigy
Copy link
Contributor

iProdigy commented Jan 26, 2024

This is a known shortcoming:

/**
* Known issues:
* - Non-Twitch badges are not shown
* - Non-Twitch emotes are not shown
*/

A longer list of shortcomings:

  • Non-Twitch badges are not shown
  • Non-Twitch emotes are not shown
  • URLs within the message are not clickable links
  • User mentions within the message are not clickable

For now, we're focusing on parsing eventsub chat fragments in a manner that avoids these issues (hopefully we can utilize this parser for restricted messages as well) - #5128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue-report An issue reported by a user.
Projects
None yet
Development

No branches or pull requests

2 participants