-
Notifications
You must be signed in to change notification settings - Fork 150
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
Add support to update messages #75
Comments
@AngellusMortis we just added support for threading in follow up steps with version v1.19.0. Would that be sufficient for you vs |
Not really. Posting in a thread kind of works, but if you have seen how the Github notifications works (updates the OP in real time as things change), they really are superior. We are just using raw curl requests right now, so we have a viable workaround. |
Me neither, would be nice to have that specifically option |
I just found this update option in the README and was trying it out, but it doesn't work for me:
Any idea what I might be doing wrong? I pretty much followed the example. The channel id is my user id in slack.
|
@magnattic just pushed up |
@stevengill Thanks for the quick response!
Does updating maybe not work in slack when sending messages directly to a user? EDIT: Just tried to send the messages to a channel instead, there it works flawlessly. It seems to be a problem when sending messages directly to a userId |
@magnattic Yeah, you can use user_id for chat.postMessage but unfortunately user_id is not supported in chat.update (sorry for the confusing difference here!). |
Now that the message updating feature is available, let me close this issue. Thanks again @kuboon for your great contribution! |
I see, would be cool to mention in the docs. Anyway, great job adding this! |
Description
Describe your issue here.
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)It would be great to add support for the chat.update endpoint. Idea came from trying to make better GHA deploy messages.
Something like:
The text was updated successfully, but these errors were encountered: