Mm2PL
Mm2PL
I will make it the other way around to make truncation lose less important information
> With AppVeyor it would have taken longer, because it compiles all the files again. Yes. The compile times I'm talking about in this issue are compiling everything from scratch,...
I've done a `-ftime-trace` analysis with [ClangBuildAnalyzer](https://github.com/aras-p/ClangBuildAnalyzer) with a debug build and release build. The numbers are a little different, probably because of linux caching the files in ram. Also...
This should also be reproducible in normal channels since it's the same ChannelView widget. Can reproduce on 177ab0eaa7f65a49c002ba9b02a9ff3f65659d9d. It's also possible to repro this bug with middle click scrolling
`msg-id`s aren't only replies to commands. They are basically everything that happens on IRC and has a NOTICE. Ids for command replies are still on the page. Still outdated.
It's also impossible to post some flags, for example Scotland: expected: `🏴`, actual: `🏴`. These apparently use different characters than ZWJ (U+200D).
Here are some example announcement messages: Examples ``` @badge-info=;badges=broadcaster/1,no_audio/1;color=#DAA520;display-name=Mm2PL;emotes=;flags=;id=98928e18-2c4c-4914-97ea-032a8b47d94c;login=mm2pl;mod=0;msg-id=announcement;msg-param-color=BLUE;room-id=117691339;subscriber=0;system-msg=;tmi-sent-ts=1710346144413;user-id=117691339;user-type=;vip=0 :tmi.twitch.tv USERNOTICE #mm2pl :blue @badge-info=;badges=broadcaster/1,no_audio/1;color=#DAA520;display-name=Mm2PL;emotes=;flags=;id=c3e34a2e-b7be-4608-a8b2-18c6c455c302;login=mm2pl;mod=0;msg-id=announcement;msg-param-color=GREEN;room-id=117691339;subscriber=0;system-msg=;tmi-sent-ts=1710346157120;user-id=117691339;user-type=;vip=0 :tmi.twitch.tv USERNOTICE #mm2pl :green @badge-info=;badges=broadcaster/1,no_audio/1;color=#DAA520;display-name=Mm2PL;emotes=;flags=;id=dcf6e51b-5e11-4f34-8aef-8a27dc890592;login=mm2pl;mod=0;msg-id=announcement;msg-param-color=ORANGE;room-id=117691339;subscriber=0;system-msg=;tmi-sent-ts=1710346160360;user-id=117691339;user-type=;vip=0 :tmi.twitch.tv USERNOTICE #mm2pl :orange @badge-info=;badges=broadcaster/1,no_audio/1;color=#DAA520;display-name=Mm2PL;emotes=;flags=;id=646a9777-9e23-4e4a-85c9-171a56766e0d;login=mm2pl;mod=0;msg-id=announcement;msg-param-color=PURPLE;room-id=117691339;subscriber=0;system-msg=;tmi-sent-ts=1710346162937;user-id=117691339;user-type=;vip=0 :tmi.twitch.tv USERNOTICE #mm2pl :purple @badge-info=;badges=broadcaster/1,no_audio/1;color=#DAA520;display-name=Mm2PL;emotes=;flags=;id=d93a10ba-d79e-4177-ae72-35ffddbf4833;login=mm2pl;mod=0;msg-id=announcement;msg-param-color=PRIMARY;room-id=117691339;subscriber=0;system-msg=;tmi-sent-ts=1710346166508;user-id=117691339;user-type=;vip=0 :tmi.twitch.tv...
~~This is probably because this the CI checkout does not include tags.~~ It's worth noting that we've had packaging issues with deb since forever. Now that I'm looking at this:...
Could you please reupload the images to github directly since Lightshot's website is so bad?
I did some research on the sources of these messages. 1. USERNOTICE (TMI/`TwitchIrcServer`?) 2. ~~locally generated system message (`ChannelChatters`)~~ #3358 3. locally generated message from pubsub (`TwitchMessageBuilder`) 4. USERNOTICE *...