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

Version 1.3.0 "sendMessage" doesn't return information about the message #287

Open
iain-davis opened this issue Oct 17, 2021 · 0 comments
Open

Comments

@iain-davis
Copy link

I've a project that relies on the returned timestamp from sendMessage. I wasn't able to discern easily what's causing the issue, but this is what I've found so far:

With 1.3.0, the object that is return appears to be empty:

handle = {SlackMessageHandle@4518} 
 messageId = 0
 slackReply = {SlackMessageReply@4535} 
  replyTo = 0
  timestamp = null
  ok = true
  error = null

Downgrading back to 1.2.0, it populates correctly:

handle = {SlackMessageHandle@4456} 
 messageId = 1
 slackReply = {SlackMessageReply@4474} 
  replyTo = -1
  timestamp = "1634492783.007600"
  ok = true
  error = null
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

No branches or pull requests

1 participant