Skip to content

Commit 29ef71a

Browse files
authored
Merge pull request #48 from vechain/feat-hidden-popular-apps-filter
feat: add hiddenForYouPopularApps feature flag
2 parents 2957bc4 + 460e720 commit 29ef71a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

feature-flags/dev/mobile-versioned-feature-flags.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,9 @@
8585
"registration": {
8686
"enabled": "2.4.7"
8787
}
88-
}
88+
},
89+
"hiddenForYouPopularApps": [
90+
"0x446d3d6838b5cba38a63792a0c386c927ce51f7836bc8412fb2ccadfe7034f22",
91+
"0xa7333a4a1dcce267ddc8375d4bf0442a63ec8da0afa17162981b8fdd1e0a13bc"
92+
]
8993
}

feature-flags/mobile-versioned-feature-flags.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,6 @@
8585
"registration": {
8686
"enabled": "2.4.10"
8787
}
88-
}
88+
},
89+
"hiddenForYouPopularApps": []
8990
}

0 commit comments

Comments
 (0)