Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
2.07k stars 449 forks source link

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

Open brian6932 opened 10 months ago

brian6932 commented 10 months ago

Checklist

Describe your issue

ye

Screenshots

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

OS and Chatterino Version

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

iProdigy commented 10 months ago

This is a known shortcoming: https://github.com/Chatterino/chatterino2/blob/5f2e01b611b42f0894e93c3953be6ff2b0830bc2/src/providers/twitch/TwitchMessageBuilder.cpp#L1959-L1963

A longer list of shortcomings:

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