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

Send a Message/File to a Thread #119

Conversation

joshcorr
Copy link
Contributor

@joshcorr joshcorr commented Jun 7, 2021

Includes the enhancement suggested in #100 A little bit different implementation than originally outlined, but very similar.

Examples:

Send-SlackMessage -Text 'Doing Something' -Channel chatops -Thread '1623039865.004000'
Send-SlackFile -Content "Here You Go" -FileType Text -FileName File.txt -Channel chatops -Thread '1623039865.004000'

Example output:
PSSlack

@RamblingCookieMonster
Copy link
Owner

Seems backwards compatible, and at a glance lgtm - this working for you?

@joshcorr
Copy link
Contributor Author

Yes! I was using this branch to do some testing with PoshBot for creating threaded responses. You can see some examples over there poshbotio/PoshBot#232

@RamblingCookieMonster
Copy link
Owner

eek, who knows if builds still work 🤞

@RamblingCookieMonster RamblingCookieMonster merged commit 1c9d6c0 into RamblingCookieMonster:master Jul 1, 2021
@joshcorr
Copy link
Contributor Author

joshcorr commented Jul 1, 2021

It looks to be working from some manual testing.

Testing-1 0 6

@joshcorr joshcorr deleted the add-MessageThreading branch July 1, 2021 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants