mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Pre-package MS Teams v2.0 (#27708)
* Pre-package MS Teams v2.0.0 * bump to v2.0.1 * add MS Teams plugin to known list for tracking telemetry * bump to v2.0.2
This commit is contained in:
parent
2b12a311d7
commit
295c8c277b
@ -154,6 +154,7 @@ PLUGIN_PACKAGES += mattermost-plugin-servicenow-v2.3.4
|
||||
PLUGIN_PACKAGES += mattermost-plugin-zoom-v1.8.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-ai-v0.8.3
|
||||
PLUGIN_PACKAGES += focalboard-v8.0.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-msteams-v2.0.2
|
||||
|
||||
EE_PACKAGES=$(shell $(GO) list $(BUILD_ENTERPRISE_DIR)/...)
|
||||
|
||||
|
@ -1438,6 +1438,7 @@ func (ts *TelemetryService) trackPluginConfig(cfg *model.Config, marketplaceURL
|
||||
"skype4business",
|
||||
"zoom",
|
||||
"focalboard",
|
||||
"com.mattermost.msteams-sync",
|
||||
}
|
||||
|
||||
marketplacePlugins, err := ts.GetAllMarketplacePlugins(marketplaceURL)
|
||||
|
Loading…
Reference in New Issue
Block a user