Skip to content

Commit 0bace67

Browse files
authored
Adds push localization feature flag on serverInfo (#4130)
1 parent 6df9447 commit 0bace67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Routers/FeaturesRouter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export class FeaturesRouter extends PromiseRouter {
3333
scheduledPush: req.config.hasPushScheduledSupport,
3434
storedPushData: req.config.hasPushSupport,
3535
pushAudiences: true,
36+
localization: true,
3637
},
3738
schemas: {
3839
addField: true,

0 commit comments

Comments
 (0)