Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slack Events API Update #152

Open
GLOFonseca opened this issue Oct 19, 2020 · 1 comment
Open

Slack Events API Update #152

GLOFonseca opened this issue Oct 19, 2020 · 1 comment

Comments

@GLOFonseca
Copy link
Contributor

Cleanup

What should be cleaned up or changed:
On February 24, 2021 the Events API from Slack will be updated.
We need to check if anything would impact the Hellper bot.

Provide any links for context:
https://api.slack.com/changelog/2020-09-15-events-api-truncate-authed-users

@tiagotor
Copy link
Contributor

tiagotor commented Dec 10, 2020

we are using the authed_users into events tests (hellper/internal/handler/events_test.go).

In every callback we expect to get a authed_users:

"authed_users":["UEVHT00G0"]

We need to change it to use the apps.event.authorizations.list method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants