Closed joeyguerra closed 7 months ago
:tada: This PR is included in version 11.1.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
@joeyguerra I don't believe the msg.message
object will be what you expect in this case though. In the original Hubot they were replacing the msg.message
with msg.message.message
although I haven't dug in to find the reason.
msg is a response. msg.message is an instance of CatchAllMessage. msg.message.message is an instance of TextMessage. Do you think you can try it? I assume you were getting errors in your code, and that led you to submitting a fix?
fixes #1721