microsoft / BotFramework-Hubot

Hubot adapter for botframework
MIT License
111 stars 40 forks source link

Remove limitation that requires @ mention for a bot to receive a channel message #47

Open RichardBronosky opened 4 years ago

RichardBronosky commented 4 years ago

I am aware of https://github.com/microsoft/BotFramework-Hubot/issues/28#issuecomment-438772116 but it is really a deal breaker for using Teams. I've been asked to move our department from Slack to Teams, but I cannot transition to a service that doesn't "work". I can't imagine why a bot would be limited in this way. It's almost like an "output only" thing that you've made ...but with the ability to sometimes interact with it. It's really confusing as to how this is a good idea for anyone.

coderjoe commented 3 years ago

It doesn't look like this possible using the bot framework as it was originally designed. That said, I was just notified that there's new functionality "in public preview" which allows bots to be given permission to receive all messages within a team. Maybe this is a step towards removing the mention requirement?

"Remove Bot Mention Requirement" - Uservoice Suggestion

Receive all channel messages with RSC