Skip to content

v1.0.3

Compare
Choose a tag to compare
@geekgonecrazy geekgonecrazy released this 23 Aug 16:20
· 73 commits to master since this release

Release only compatible with 0.36.0 or higher of Rocket.Chat. Please use v0.1.4 for older versions.

Additions:

  • Using new streaming method introduced into 0.36.0 of Rocket.Chat server via #154
  • Added attachment support via #148
    Example Usage:
robot.respond /some string/, (resp) ->
  if resp.message.attachment?
    {attachment} = resp.message
    console.log attachment.type, attachment.link
  • Don't @mention a user when replying in a direct message via #152
  • Allow sending of message with attachment via #150
  • Fix ldap breakage via #155

If you have any bugs please post an issue. If you need help scripting, join us over in #hubot

Special thanks to all of our contributors!