mirror of
https://github.com/friendica/friendica
synced 2024-11-10 13:42:53 +00:00
Test
This commit is contained in:
parent
4b6afbf681
commit
2c89a43286
1 changed files with 4 additions and 0 deletions
|
@ -2979,6 +2979,10 @@ function api_best_nickname(&$contacts) {
|
|||
$contacts = array($contacts[0]);
|
||||
}
|
||||
|
||||
function api_users_groups_show() {
|
||||
}
|
||||
api_register_func('api/users/groups_show', 'api_users_groups_show', true);
|
||||
|
||||
|
||||
/*
|
||||
To.Do:
|
||||
|
|
Loading…
Reference in a new issue