Description
From the platform changelog:
The undocumented approach to mentioning users via the API — <@username> — will no longer function after September 12, 2018. Please reference with the user ID format (<@u123>) instead.
This undocumented approach is never explicitly depended on in this adapter, but its quite common for users of it to send messages that contain user mentions. We should try to get ahead of this one by offering everything a script needs to responsibly off-board from the deprecated behavior. here are some ideas:
Requirements (place an x in each of the [ ])
Description
From the platform changelog:
This undocumented approach is never explicitly depended on in this adapter, but its quite common for users of it to send messages that contain user mentions. We should try to get ahead of this one by offering everything a script needs to responsibly off-board from the deprecated behavior. here are some ideas:
SlackMentionobject attached to all incoming messages, how can we repurpose that?). add this usage to the docs so that it can be referenced in the warning.Requirements (place an
xin each of the[ ])