-
Notifications
You must be signed in to change notification settings - Fork 621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Older telegram messages that recieve reactions are resent to IRC #1816
Comments
I did a little digging into this, and the problem seems to be that the Telegram fires an update event, but the library (and interestingly also the bot API itself) doesn't actually support reactions at the moment. So the gateway is receiving update events and dutifully passing them on to each of the individual bridges as usual, and IRC is re-sending the messages as usual for a message update as it can't edit old messages. AFAICT you would need to wait for Telegram to bother either adding awareness of reactions to update events (so you can filter them), or to stop firing off update events for reactions (which would fix the problem for you). |
Based on that I guess this is |
Hi, any updates here? |
it is still very much relevant here. In fact the same is true for matrix and discord: reaction on telegram side trigger the message being reacted to to be resent. AFAIK, no other workaround than disabling reactions on the telegram side. Hoping someone might have a better workaround. |
Just wanted to post that this is still happening and is a great way to bypass restrictions and spamming previous replies. |
Messages older than about an hour are resent to irc and irc alone if someone uses telegram's reaction feature on the message. Not sure about the exact amount of time that needs to pass.
OS: Linux
Version: 1.25.0
Log: telereactdebug.txt
The text was updated successfully, but these errors were encountered: