[lib.content-controller] removed users[] management
This commit is contained in:
parent
40c0686400
commit
49d12f935e
|
@ -276,8 +276,7 @@ export default class ContentController{
|
||||||
gs.get.channel.dump({
|
gs.get.channel.dump({
|
||||||
id: parseInt(c.id),
|
id: parseInt(c.id),
|
||||||
label: c.name,
|
label: c.name,
|
||||||
link: c.link,
|
link: c.link
|
||||||
users: c.users || []
|
|
||||||
}, true);
|
}, true);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -297,7 +296,6 @@ export default class ContentController{
|
||||||
|
|
||||||
gs.get.channel.list[ci].label = c.name;
|
gs.get.channel.list[ci].label = c.name;
|
||||||
gs.get.channel.list[ci].link = c.link;
|
gs.get.channel.list[ci].link = c.link;
|
||||||
gs.get.channel.list[ci].users = c.users;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue