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 was 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> testLita will receive the message as:
FYI testI would expect it to receive:
FYI @imps testor preferablyFYI <@S0TR1SJKX> testper 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
subteamproperly.