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

Slack: Preserve threading for messages with files #1781

Merged
merged 2 commits into from
Mar 30, 2022

Conversation

sas1024
Copy link
Contributor

@sas1024 sas1024 commented Mar 30, 2022

This PR allow to preserve threading when Slack receive files.

I've tested it between Telegram and Slack, all work fine.

Old behavior: Send file From Telegram to Slack will produce file in Slack, but if I quote this file in Telegram and send message, this message will not received by Slack. If I reply to message with this file in Slack, Telegram message will be not attached as reply on message with file.

New behavior: Send file From Telegram to Slack will produce file in Slack, if I quote this file in Telegram and send message, this message will received by Slack. If I reply to message with this file in Slack, Telegram message will be attached as reply on message with file.

@42wim 42wim added the slack label Mar 30, 2022
bridge/slack/slack.go Outdated Show resolved Hide resolved
@codeclimate
Copy link

codeclimate bot commented Mar 30, 2022

Code Climate has analyzed commit 6e06f33 and detected 0 issues on this pull request.

View more on Code Climate.

@42wim 42wim added this to the 1.25.0 milestone Mar 30, 2022
@42wim 42wim merged commit d7b7ff7 into 42wim:master Mar 30, 2022
@42wim
Copy link
Owner

42wim commented Mar 30, 2022

Very nice, thank you!

@sas1024 sas1024 deleted the slack-thread-files branch March 30, 2022 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants