mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
fix index page
This commit is contained in:
parent
c2baf8dde3
commit
bd6acc42c9
1 changed files with 1 additions and 1 deletions
2
api.js
2
api.js
|
|
@ -145,7 +145,7 @@ module.exports = function (Server) {
|
|||
var clist = [];
|
||||
for(var key in all) {
|
||||
if(all[key].opts.show_public) {
|
||||
clist.push(key);
|
||||
clist.push(all[key].name);
|
||||
}
|
||||
}
|
||||
this.handleChannelData({channel: clist.join(",")}, req, res);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue