matrix-org / matrix-appservice-irc

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

Implement replies, reactions & typing notifications #1414

Open Mikaela opened 3 years ago

Mikaela commented 3 years ago

Describe the bug

When an IRC or Matrix user reacts onto something, the reaction doesn't appear on the other side.

To Reproduce

  1. Go to a network that supports IRCv3 message-tags on both IRC and Matrix-appservice IRC
  2. React onto a message or start typing
  3. See that it doesn't go through.

Expected behavior

Matrix and IRC both know when the other side has someone typing and the reactions go through as well

Additional context

Half-Shot commented 3 years ago

Rewriting title to be a more positive spin, as it sounded like a bug.

Mikaela commented 3 years ago

I added replies to this issue considering they are technically in the same group as reactions and typing notifications