Skip to content

Commit

Permalink
Add missing can_fallback for custom ads
Browse files Browse the repository at this point in the history
  • Loading branch information
tmancey committed Sep 24, 2021
1 parent cc821b1 commit ef8f97b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,12 @@
{
"name": "CustomAdNotificationDefaultPosition",
"probability_weight": 30,
"parameters": [
{
"name": "can_fallback_to_custom_notifications",
"value": "true"
}
],
"feature_association": {
"enable_feature": ["CustomAdNotifications"]
}
Expand Down

0 comments on commit ef8f97b

Please sign in to comment.