[lib.content-controller] removed users[] management

This commit is contained in:
xdrm-brackets 2018-04-03 22:19:57 +02:00
parent 40c0686400
commit 49d12f935e
1 changed files with 1 additions and 3 deletions

View File

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