You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might also notice that we have multiple ways to send a message to Slack, which is why we are returning void today. It makes sense to return a type that maybe have an API response. Does that make sense for your use case too?
On this topic, we might want to think about how we can create threads on all our sending methods.
The postMessage function from https://github.com/bjerkio/nestjs-slack/blob/main/src/slack.service.ts#L109 should return the API response to work with it, for things like sending messages to a thread instead of void.
The text was updated successfully, but these errors were encountered: