Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

1.8.0

Latest
Compare
Choose a tag to compare
@jimmycuadra jimmycuadra released this 16 Sep 21:04
· 9 commits to master since this release

Features:

  • New configuration options to control various behavior: link_names, parse, unfurl_links, and unfurl_media. See the README for details.
  • New events: slack_reaction_added and slack_reaction_removed.
  • Incoming messages now include the Slack message timestamp in an extensions hash: message.extensions[:slack][:timestamp].
  • The adapter now provides an implementation for Lita::Robot#roster.
  • The adapter now provides an implementation for Lita::Robot#mention_format.

Improvements:

  • Attachments use fallback text if normal text is not available.
  • Increased verbosity of error messages for better debugging.

Bug fixes:

  • Messages from other bots and integrations no longer trigger Lita handlers.
  • Eliminated possible cases where Lita would receive messages from itself.