Chatterino / chatterino2

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

Notification about messages going missing #1600

Open Mm2PL opened 4 years ago

Mm2PL commented 4 years ago

Is your feature request related to a problem? Please describe.

The problem is that there is no feedback that a message that the user sent has gone missing. Currently if the user is "globally banned" their messages just don't show up.

Describe the solution you'd like

I would like for Chatterino to show a message, if something doesn't go through. The message could be something like: Your message didn't go through, it could have been filtered out by a spam filter or you might be currently globally banned or rate limited.

Describe alternatives you've considered

Not doing it, periodically dismissing bugs like #1599.

Additional context

See #1599

apa420 commented 4 years ago

Things that might cause the message not going through:

I think there are too many potential problems leading to the issue of the message not being sent. I don't think there should be a message for that. Also there are not that many people who write the issue you're describing.

pajlada commented 1 month ago

With chat send through Helix, most of these things will have been fixed. The user will at least get some sort of feedback that they're message hasn't gone through.

There might be a few scenarios where we still don't know if the message came through or not, but I don't think it's reasonable to do the type of mesage/state handling required for that functionality.

In my opinion, we can close this when the default Chat Send Protocol is set to Helix instead of IRC.

8thony commented 3 weeks ago

Chat Send Protocol is set to Helix since ef4be6c