Typing indicator not working in slack, but works in MS Teams.
Version (NodeJS)
"botbuilder-adapter-slack": "^1.0.13",
"botbuilder-storage-mongodb": "^0.9.5",
"botkit": "^4.10.0",
Describe the bug
I trying to send "typing" indicator to MS Teams and Slack. It working great in MS Teams, but not working at all in Slack.
To Reproduce
await this.bot.reply(this.message, { type: 'typing' })
Expected behavior
User should see "typing" indicator in Slack and in MS Teams. But can see that only in MS Teams
Screenshots
There is no screenshot for that :)
Typing indicator not working in slack, but works in MS Teams.
Version (NodeJS)
Describe the bug
I trying to send "typing" indicator to MS Teams and Slack. It working great in MS Teams, but not working at all in Slack.
To Reproduce
await this.bot.reply(this.message, { type: 'typing' })Expected behavior
User should see "typing" indicator in Slack and in MS Teams. But can see that only in MS Teams
Screenshots
There is no screenshot for that :)