Add support of device market name property in group feature

This commit is contained in:
Denis barbaron
2020-01-24 16:18:28 +01:00
parent 1dd9f45f06
commit d9ea4ab85e
9 changed files with 18 additions and 8 deletions

View File

@@ -127,6 +127,7 @@ module.exports = function(push, pushdev, channelRouter) {
, 'cpuPlatform'
, 'openGLESVersion'
, {phone: ['imei']}
, 'marketName'
)
.changes(), function(err, cursor) {
if (err) {