Skip to content
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

Open
derram opened this issue Apr 27, 2022 · 5 comments
Open

Older telegram messages that recieve reactions are resent to IRC #1816

derram opened this issue Apr 27, 2022 · 5 comments

Comments

@derram
Copy link

derram commented Apr 27, 2022

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

@derram derram added the bug label Apr 27, 2022
@42wim 42wim added the telegram label May 1, 2022
@sepples
Copy link

sepples commented Sep 28, 2022

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).

@Mikaela
Copy link

Mikaela commented Sep 28, 2022

Based on that I guess this is

@GEkuL
Copy link

GEkuL commented Mar 18, 2023

Hi, any updates here?
Is the issue still relevant?

@Sakrecoer
Copy link

Hi, any updates here? Is the issue still relevant?

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.

@KeiroD
Copy link

KeiroD commented Nov 10, 2024

Just wanted to post that this is still happening and is a great way to bypass restrictions and spamming previous replies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants