mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
API: spme Functionality is transferred to new places
This commit is contained in:
parent
6ce1e1e7f8
commit
f5b47fccce
7 changed files with 389 additions and 450 deletions
|
@ -55,7 +55,7 @@ function wall_upload_post(App $a, $desktopmode = true)
|
|||
return;
|
||||
}
|
||||
} else {
|
||||
$user_info = api_get_user($a);
|
||||
$user_info = api_get_user();
|
||||
$user = DBA::selectFirst('owner-view', ['id', 'uid', 'nickname', 'page-flags'], ['nickname' => $user_info['screen_name'], 'blocked' => false]);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue