poshbotio / PoshBot

Powershell-based bot framework
MIT License
536 stars 108 forks source link

Removal of the trailing ?? from Teams #165

Closed delrio1110 closed 5 years ago

delrio1110 commented 5 years ago

Description

When a space is at the end of the message, Teams replaces that with ??

Related Issue

https://github.com/poshbotio/PoshBot/issues/164

Motivation and Context

This allows the use of suggested actions in Teams. Prior, the bot would respond with Status?? unknown.

How Has This Been Tested?

Sent command to bot with space in middle and end of the command. Only the end ?? got removed.

Screenshots (if appropriate):

Types of changes

Checklist:

delrio1110 commented 5 years ago

I see you fixed it , Thank you