Skip to content

fix(groups): expired guild plans not showing in upgrade modal#15637

Merged
SabreCat merged 1 commit intodevelopfrom
fiz/expired-group-plans-fix
Mar 31, 2026
Merged

fix(groups): expired guild plans not showing in upgrade modal#15637
SabreCat merged 1 commit intodevelopfrom
fiz/expired-group-plans-fix

Conversation

@Hafizzle
Copy link
Copy Markdown
Contributor

Use dateCreated instead of customerId to identify previously upgraded groups.

Team cron clears customerId on expired plans as a query optimization, which makes them invisible to the upgrade flow. dateCreated is set on every group plan since the feature was introduced and is never cleared, so it reliably indicates a group was previously upgraded.

use dateCreated instead of customerId to identify previously upgraded groups. Team cron clears customerId on expired plans as a query optimization, which makes them invisible to the upgrade flow. dateCreated is set on every group plan since the feature was introduced and is never cleared, so it reliably indicates a group was previously upgraded.
@Hafizzle Hafizzle requested a review from SabreCat March 27, 2026 18:19
@SabreCat SabreCat merged commit 7746049 into develop Mar 31, 2026
29 of 30 checks passed
@SabreCat SabreCat deleted the fiz/expired-group-plans-fix branch March 31, 2026 17:17
SabreCat pushed a commit that referenced this pull request Apr 9, 2026
use dateCreated instead of customerId to identify previously upgraded groups. Team cron clears customerId on expired plans as a query optimization, which makes them invisible to the upgrade flow. dateCreated is set on every group plan since the feature was introduced and is never cleared, so it reliably indicates a group was previously upgraded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants