Update FF when refreshing pro entitlements#7960
Merged
cmonfortep merged 1 commit intodevelopfrom Mar 13, 2026
Merged
Conversation
This was referenced Mar 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Task/Issue URL: https://app.asana.com/1/137249556945/project/72649045549333/task/1213641986703613?focus=true
Description
Introduces new FF to enabled/disable pro entitlements fetcher
Decouples that logic from the actual feature
Steps to test this PR
Feature 1
allowProTierPuchaseUI changes
Note
Medium Risk
Changes subscription feature/entitlement fetching logic at app startup to be controlled by a new remote flag, which could affect which base plans are queried and cached. Impact is limited in scope but touches subscription availability behavior.
Overview
Decouples pro-tier entitlements refresh from purchase availability by introducing a new
privacyPro.fetchProTierEntitlementsremote flag (default enabled).SubscriptionFeaturesFetchernow uses this new flag (instead ofallowProTierPurchase) to decide whether to include both Basic and Advanced subscription products when selecting base plans to fetch and cache subscription features/entitlements.Written by Cursor Bugbot for commit 5d1bab7. This will update automatically on new commits. Configure here.