Skip to content

Commit

Permalink
feat(llc): add recoverUpsellRedirection feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuzhuang authored and ofreyssinet-ledger committed Oct 29, 2024
1 parent 7659046 commit c8e1e81
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/slow-buses-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@ledgerhq/types-live": patch
"@ledgerhq/live-common": patch
---

Add recoverUpsellRedirection feature flag
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ export const DEFAULT_FEATURES: Features = {
warningVisible: true,
},
},
recoverUpsellRedirection: DEFAULT_FEATURE,
};

// Firebase SDK treat JSON values as strings
Expand Down
2 changes: 2 additions & 0 deletions libs/ledgerjs/packages/types-live/src/feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ export type Features = CurrencyFeatures & {
llmMemoTag: Feature_MemoTag;
lldMemoTag: Feature_MemoTag;
ldmkTransport: Feature_LdmkTransport;
recoverUpsellRedirection: Feature_RecoverUpsellRedirection;
};

/**
Expand Down Expand Up @@ -554,6 +555,7 @@ export type Feature_lldNftsGalleryNewArch = DefaultFeature;
export type Feature_lldnewArchOrdinals = DefaultFeature;
export type Feature_SpamFilteringTx = DefaultFeature;
export type Feature_MemoTag = DefaultFeature;
export type Feature_RecoverUpsellRedirection = DefaultFeature;

/**
* Utils types.
Expand Down

0 comments on commit c8e1e81

Please sign in to comment.