diff --git a/main.js b/main.js index ae30d5c..adb1413 100644 --- a/main.js +++ b/main.js @@ -340,10 +340,24 @@ function checkObjects(options, regType, regName, regFullName, tasks, newObjects) name: 'add', obj: objects[id] }); + newObjects.push(id); - - } + + if (regs.length) { + tasks.push({ + id: regName, + name: 'add', + obj: { + type: 'channel', + common: { + name: regFullName + }, + native: {} + } + }); + } + } function sortByAddress(a, b) {