-
Notifications
You must be signed in to change notification settings - Fork 72
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
Slack integration with matrix is posting double messages #788
Comments
Any update here @Half-Shot @tadzik ? |
tadzik
added a commit
that referenced
this issue
Jul 4, 2024
There is a possible race condition when a message gets sent from Matrix to Slack, and its echo arrives from Slack to Matrix before we got the response from Slack. We'd then check for its presence in recentSlackMessages before it actually gets added there, resulting in an undesirable echo and duplicate messages. This adds Matrix->Slack sends to the same FIFO queue as we do for Slack->Matrix, which ensures that we would have added a message to recentSlackMessages before we start processing its echo. Hopefully fixes GH-788.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the integration Slack with Element is posting double messages, here is link to the matrix channel
https://app.element.io/#/room/#ic-node-providers:matrix.org
Could you please, help with it?
The text was updated successfully, but these errors were encountered: