OfficeDev / msteams-samples-hello-world-nodejs

Microsoft Teams hello world sample app in Node.js
MIT License
83 stars 169 forks source link

Update bot.js #6

Closed paulpascha closed 6 years ago

paulpascha commented 6 years ago

Use InMemoryBoStorage because bot state service is deprecated. This results in a non working bot in MS Teams following the Getting Started documentation that references to this sample app.

paulpascha commented 6 years ago

See also: https://stackoverflow.com/questions/51572641/ms-teams-samples-not-sending-messages-to-listening-bot-application/51595913