From 49d12f935ebd6dd045557c7a7bfd975bcc29f635 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 3 Apr 2018 22:19:57 +0200 Subject: [PATCH] [lib.content-controller] removed users[] management --- webpack/lib/content-controller.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/webpack/lib/content-controller.js b/webpack/lib/content-controller.js index e1d01b5..83bd3f1 100644 --- a/webpack/lib/content-controller.js +++ b/webpack/lib/content-controller.js @@ -276,8 +276,7 @@ export default class ContentController{ gs.get.channel.dump({ id: parseInt(c.id), label: c.name, - link: c.link, - users: c.users || [] + link: c.link }, true); } @@ -297,7 +296,6 @@ export default class ContentController{ gs.get.channel.list[ci].label = c.name; gs.get.channel.list[ci].link = c.link; - gs.get.channel.list[ci].users = c.users; }