mattermost / mattermost-plugin-msteams

MS Teams plugin for Mattermost
Other
13 stars 11 forks source link

MM-57975 - only display message if user is connected #624

Closed sbishel closed 5 months ago

sbishel commented 5 months ago

Summary

When the user changes their "primary" platform, we display a bot message. We also implemented a fix that resets the users primary platform back to Mattermost upon disconnect. This resulted in the bot message whenever /msteams disconnect was run.

This PRs as a check for the user being active and only showing the message if the user is active.

Ticket Link

Fixes https://mattermost.atlassian.net/browse/MM-57975

sbishel commented 5 months ago

https://github.com/mattermost/mattermost-plugin-msteams/pull/623 is required for the new tests to pass.