@microsoft/teamsfx 2.3.3-beta.2024071606.0 → 2.3.3-beta.2024080809.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.
@@ -2595,7 +2595,7 @@ class NotificationMiddleware {
2595
2595
  const activityType = activity.type;
2596
2596
  if (activityType === "installationUpdate") {
2597
2597
  const action = (_a = activity.action) === null || _a === void 0 ? void 0 : _a.toLowerCase();
2598
- if (action === "add") {
2598
+ if (action === "add" || action === "add-upgrade") {
2599
2599
  return ActivityType.CurrentBotInstalled;
2600
2600
  }
2601
2601
  else {