You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an error like the following when sending the message with Windows OS but works fine with Mac. errors: [ 'invalid emoji name woman-tipping-hand::skin-tone-3' ],
Expected result:
The postMessage call works fine with Mac, and the :woman-tipping-hand::skin-tone-3: emoji that I submitted through the rich_text_input modal gets sent perfectly as a Slack message.
Actual result:
The postMessage call runs into an error with Windows, as the rich text body is shaped as if there exists an emoji with the name 'woman-tipping-hand::skin-tone-3', when in reality it should be an emoji with the name 'woman-tipping-hand' with the proper unicode to tag its skintone color.
Requirements
For general questions/issues about Slack API platform or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. 🙇
Hi @dianexjeong, thank you so much for taking the time to write this detailed report!
It seems this issue is not specific to this Node SDK, so we, as the maintainers of these client-side SDKs, are unable to resolve it. If you don't mind, could you please share this issue URL with our customer support team? They can escalate the issue to the relevant engineering teams. You can submit an inquiry through /feedback in your corporate Slack workspace or at https://my.slack.com/help/requests/new. We would appreciate your understanding.
(Filling out the following with as much detail as you can provide will help us solve your issue sooner.)
@slack/bolt
versionYour
App
and Receiver ConfigurationNode.js runtime version
Steps to reproduce:
rich_text_input
elementchat.postMessage
API and directly use the submitted body of the rich texterrors: [ 'invalid emoji name woman-tipping-hand::skin-tone-3' ],
Expected result:
The
postMessage
call works fine with Mac, and the :woman-tipping-hand::skin-tone-3: emoji that I submitted through therich_text_input
modal gets sent perfectly as a Slack message.Actual result:
The
postMessage
call runs into an error with Windows, as the rich text body is shaped as if there exists an emoji with the name 'woman-tipping-hand::skin-tone-3', when in reality it should be an emoji with the name 'woman-tipping-hand' with the proper unicode to tag its skintone color.Requirements
For general questions/issues about Slack API platform or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. 🙇
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
The text was updated successfully, but these errors were encountered: