Chatterino / chatterino2

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

Add extra context to messages that are added to channels, allowing the logging controller to take more responsibility in what messages to log #5499

Closed pajlada closed 1 week ago

pajlada commented 2 weeks ago

I have removed the DoNotLog flags from UserInfoPopup on purpose since all messages added from it are "reposts", i.e. messages that wouldn't be logged anyway

Currently it's the logger that checks whether or not to log reposts - this should just be moved to Channel's addMessage function instead

Fixes #5470

pajlada commented 1 week ago

image