Chatterino2: The invisible character is not being added for identical messages if user performs a whisper in-between

Created on 20 Nov 2018  路  6Comments  路  Source: Chatterino/chatterino2

bug

Most helpful comment

As a suggestion: Chatterino should not consider "sent" messages for this feature, but rather messages it sees from its own account in chat. Consider this example:

> send message: "asd"
< message arrives in chat: "asd"
[ fast chat buffers (pauses) ]
> send message: "asd" (chatterino appends the invisible character now)
(no message arrives in chat)
[ fast chat unpauses ]
> send message: "asd" (chatterino *does not* append the invisible character now)
< "Your message was not sent because it is identical to the previous one you sent, less than 30 seconds ago."

If chatterino would simply save the last message received by a user (per-channel), the issue described by TETYYS (above) and this issue additionally would be fixed.

All 6 comments

I can't replicate

Looks like it's fixed

Seems fixed

It works normally when you write:

asd
/w testtest_ asd
asd

But if you have a command that performs a whisper, it doesn't:

asd
/dowhisper
asd
> Your message was not sent because it is identical to the previous one you sent, less than 30 seconds ago. 

As a suggestion: Chatterino should not consider "sent" messages for this feature, but rather messages it sees from its own account in chat. Consider this example:

> send message: "asd"
< message arrives in chat: "asd"
[ fast chat buffers (pauses) ]
> send message: "asd" (chatterino appends the invisible character now)
(no message arrives in chat)
[ fast chat unpauses ]
> send message: "asd" (chatterino *does not* append the invisible character now)
< "Your message was not sent because it is identical to the previous one you sent, less than 30 seconds ago."

If chatterino would simply save the last message received by a user (per-channel), the issue described by TETYYS (above) and this issue additionally would be fixed.

This issue is out of scope of the Chatterino project.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zamusek picture zamusek  路  3Comments

Mm2PL picture Mm2PL  路  3Comments

SaDiablo picture SaDiablo  路  3Comments

kehlery picture kehlery  路  3Comments

mattbuford picture mattbuford  路  3Comments