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; }