-
Description
I'm having a problem and I don't know how to deal with it.
I have several bots connected to my Slack that perform different actions. However, what these bots have in common is that p…
-
Make `saveBot` required in the `InstallationService` interface.
I had to read the source code to understand why token rotation was not working and it was because in the `InstallationService` that i…
-
It has taken me significantly longer than I would like to admit to debug and triage an issue in our Google Firebase app that utilises Slack Bolt.
It appears our app was incorrectly throwing an erro…
-
### Description
Hey everyone, is it possible to implement testing using bolt? The only way I can think of is mimicing a payload that Slack will send.
if this is possible, can someone point me in…
-
Add support for the following `apps.manifest.*` methods:
`apps.manifest.create`
`apps.manifest.validate`
`apps.manifest.update`
`apps.manifest.delete`
`apps.manifest.export`
### Category (pl…
-
The `message` argument in `app.message` listeners does not provide sufficient properties in TypeScript.
>Property 'user' does not exist on type 'KnownEventFromType'. Property 'user' does not exist …
-
# Introduction to Bolt JS
https://github.com/jose19851/slackapps-folder/issues#issue-782903291
Bolt JS is a framework, or a platform, for developing in JavaScript for Slack. Bolt **significantly** r…
-
I want to perform operations when a member has joined a channel which takes more than 5 seconds, but I'm getting **BrokenPipeError: [Errno 32] Broken pipe**.
The minimal step to reproduce the sam…
-
slf4j project released a new major version - 2.0.
According to [the migration guide](https://www.slf4j.org/faq.html#changesInVersion200), ~~it's safe to upgrade the dependency in this project but i…
-
How do you configure proxy for Bolt Java SDK?
Able to set url using below but getting auth error
```
SlackConfig config = new SlackConfig();
config.setProxyUrl("http://myproxy");
Sl…