matrix-org / matrix-appservice-irc

Node.js IRC bridge for Matrix
Apache License 2.0
465 stars 151 forks source link

Editing to only add text at the end should not repeat the previous text #1598

Open progval opened 2 years ago

progval commented 2 years ago

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

it is a common pattern for Matrix users to edit their messages to add a sentence, or missing words at the end of one.

For example, when sending Is it possible to do X? then editing to add I want to know because Y, this is what is sent to IRC:

<nick> Is it possible to do X?
<nick> * do X? I want to know because Y

Describe the solution you'd like

Send this instead:

<nick> Is it possible to do X?
<nick> I want to know because Y