mirror of
https://github.com/friendica/friendica
synced 2025-04-22 14:30:12 +00:00
Set item permissions on reshare
This commit is contained in:
parent
71f7679204
commit
0440765849
2 changed files with 17 additions and 0 deletions
|
@ -184,6 +184,7 @@ class Update extends BaseApi
|
|||
// output the post that we just posted.
|
||||
$status_info = DI::twitterStatus()->createFromUriId($item['uri-id'], $uid, $request['include_entities'])->toArray();
|
||||
DI::apiResponse()->exit('status', ['status' => $status_info], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid));
|
||||
return;
|
||||
}
|
||||
}
|
||||
DI::mstdnError()->InternalError();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue