We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
\u00a0
When someone copies & pastes commands, they end up with a weird character \u00a0 do the command ends up being ignored.
U+00A0 No-Break Space (NBSP) Unicode Character).
e.g., The payload shows something like "text":"\u00a0my-command arg1 arg2"
The payload can be visualized if we start Slacker in DEBUG mode:
bot = slacker.NewClient(slackBotToken, slackAppToken, slacker.WithDebug(true))
Perhaps the input could be sanitized?
The text was updated successfully, but these errors were encountered:
Created a PR 🤷🏼 #95
Sorry, something went wrong.
Closed with the merging of #95
No branches or pull requests
When someone copies & pastes commands, they end up with a weird character
\u00a0
do the command ends up being ignored.e.g., The payload shows something like "text":"\u00a0my-command arg1 arg2"
The payload can be visualized if we start Slacker in DEBUG mode:
Perhaps the input could be sanitized?
The text was updated successfully, but these errors were encountered: