lita-slack icon indicating copy to clipboard operation
lita-slack copied to clipboard

A Slack adapter for Lita.

Results 44 lita-slack issues
Sort by recently updated
recently updated
newest added

* Updated API to use rtm.connect instead of rtm.start https://api.slack.com/changelog/2021-10-rtm-start-to-stop

Added for the bot ability to reply in a thread by preserving the `thread_ts` parameter in the message Source. Related to and based on #142 and #143.

Updated code to use the new user lookup API. Related to #142 and you are strongly advised to merge this as well as the Slack API changes mean old user...

Improved internal file imports to make it easier to debug the library in isolation.

Starting November 30 2021, new apps will not be able to connect using the rtm.start API calls. Apparently lita-slack still uses these. Are there any plans to support the newer...

This may be a feature, but I am looking for a workaround or a method to disable a default function in the lita-slack bot. I'm migrating from lita hipchat to...

Slack now uses [Block Kit](https://api.slack.com/block-kit) to richly format messages. This now seems to be the only way to format links with custom text but it also opens up many other...

Using master as my gem. No optional configs set. ``` [2016-03-28 20:45:56 UTC] ERROR: Lita::Handlers::Ai crashed. The exception was: Slack API call to im.open returned an error: cannot_dm_bot. Full backtrace:...

type/bug

I've noticed for quite a while now that our lita bot goes offline at random times. We tend to say that the bot is asleep, but this past week we...

type/bug

It seems that slack released support for threads today. I assume this would require some updates to how messages are sent (as it requires a thread_ts attribute now). This would...