mirror of
https://github.com/friendica/friendica
synced 2025-04-19 05:50:10 +00:00
API: Functionality moved to new places
This commit is contained in:
parent
2b74e41312
commit
9414edd64a
4 changed files with 375 additions and 483 deletions
|
@ -52,6 +52,8 @@ class UpdateProfile extends BaseApi
|
|||
Contact::update(['about' => $request['description']], ['id' => $api_user['id']]);
|
||||
}
|
||||
|
||||
Contact::updateSelfFromUserID($uid, true);
|
||||
|
||||
Profile::publishUpdate($uid);
|
||||
|
||||
$skip_status = $request['skip_status'] ?? false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue