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

Address Slack SDK warning #7

Open
mfitz opened this issue Jul 28, 2024 · 0 comments
Open

Address Slack SDK warning #7

mfitz opened this issue Jul 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mfitz
Copy link
Owner

mfitz commented Jul 28, 2024

When posting messages via the Slack API, the slack-sdk gives this warning:

UserWarning: The top-level `text` argument is missing in the request payload for a chat.postMessage call - It's a 
best practice to always provide a `text` argument when posting a message. The `text` argument is used in places
where content cannot be rendered such as: system push notifications, assistive technology such as screen readers,
etc.
  warnings.warn(missing_text_message, UserWarning)
@mfitz mfitz added the enhancement New feature or request label Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant