prepare public api
This commit is contained in:
parent
507b6fed3e
commit
dd0e22a979
18 changed files with 237 additions and 94 deletions
|
|
@ -862,7 +862,7 @@ oml.getUsers = function(callback) {
|
|||
}].concat(
|
||||
Ox.sortBy(result.data.users.filter(function(user) {
|
||||
return user.peered;
|
||||
}), 'index')
|
||||
}), 'index')
|
||||
);
|
||||
ui._users = users;
|
||||
callback(users);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue