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
{{ message }}
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
Given a message from Slack like: FYI <!subteam^S0TR1SJKX|@imps> test
Lita will receive the message as: FYI test
I would expect it to receive: FYI @imps test or preferably FYI <@S0TR1SJKX> test per the docs.
Given a message from Slack like:
FYI <!subteam^S0TR1SJKX|@imps> test
Lita will receive the message as:
FYI test
I would expect it to receive:
FYI @imps test
or preferablyFYI <@S0TR1SJKX> test
per the docs.The issue seems to stem from https://github.com/litaio/lita-slack/blob/master/lib/lita/adapters/slack/message_handler.rb#L55 not handling
subteam
properly.The text was updated successfully, but these errors were encountered: