Skip to content

Commit

Permalink
Adds push localization feature flag on serverInfo (#4130)
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart authored Sep 1, 2017
1 parent 6df9447 commit 0bace67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Routers/FeaturesRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export class FeaturesRouter extends PromiseRouter {
scheduledPush: req.config.hasPushScheduledSupport,
storedPushData: req.config.hasPushSupport,
pushAudiences: true,
localization: true,
},
schemas: {
addField: true,
Expand Down

0 comments on commit 0bace67

Please sign in to comment.