@microsoft/teamsfx 2.3.3-alpha.e08ff04cf.0 → 2.3.3-alpha.f17363370.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2513,7 +2513,7 @@ class NotificationMiddleware {
2513
2513
  const activityType = activity.type;
2514
2514
  if (activityType === "installationUpdate") {
2515
2515
  const action = (_a = activity.action) === null || _a === void 0 ? void 0 : _a.toLowerCase();
2516
- if (action === "add") {
2516
+ if (action === "add" || action === "add-upgrade") {
2517
2517
  return ActivityType.CurrentBotInstalled;
2518
2518
  }
2519
2519
  else {