-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drop -sync, renaming to just msteams #492
Conversation
Note that this does **NOT** change the plugin id. It's not worth the cost to effect a plugin ID change at this time. Fixes: https://mattermost.atlassian.net/browse/MM-55478
FYI on this @cwarnermm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @lieut-data
@lieut-data - Is this PR intended to update the System Console UI text to remove |
@cwarnermm, this should remove the @amyblais, heads up I'm punting this to v1.8.0 until https://mattermost.atlassian.net/browse/CLD-7049 is resolved. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #492 +/- ##
=======================================
Coverage 41.07% 41.07%
=======================================
Files 22 22
Lines 6281 6281
=======================================
Hits 2580 2580
Misses 3481 3481
Partials 220 220 ☔ View full report in Codecov by Sentry. |
Alas, I thought @johndavidlugtu's review would "count", but seems like I need a second developer review -- @wiggin77, might I get your sign off? |
@@ -542,7 +542,7 @@ func (p *Plugin) handlePromptForConnection(userID, channelID string) { | |||
} | |||
|
|||
if time.Until(timestamp) < -time.Hour*time.Duration(promptInterval) { | |||
p.sendBotEphemeralPost(userID, channelID, "Your Mattermost account is not connected to MS Teams so your activity will not be relayed to users on MS Teams. You can connect your account using the `/msteams-sync connect` slash command.") | |||
p.sendBotEphemeralPost(userID, channelID, "Your Mattermost account is not connected to MS Teams so your activity will not be relayed to users on MS Teams. You can connect your account using the `/msteams connect` slash command.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we standardizing on "MS Teams" versus "Microsoft Teams" or "MS-Teams" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question! I'm hoping @calebroseland and @asaadmahmood can help us with all the bot interactions as well as word smithing going forward.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recommend "Microsoft Teams"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary
Note that this does NOT change the plugin id. It's not worth the cost to effect a plugin ID change at this time. (Too many dependencies on the KV Store and metrics scraping.)
Ticket Link
Fixes: https://mattermost.atlassian.net/browse/MM-55478