mirror of
https://github.com/friendica/friendica
synced 2025-04-23 19:10:13 +00:00
Reenable Twitter/Retweet tests
This commit is contained in:
parent
d9949610c5
commit
631b9a84fc
3 changed files with 71 additions and 42 deletions
|
@ -70,6 +70,6 @@ class Retweet extends BaseApi
|
|||
|
||||
$status_info = DI::twitterStatus()->createFromItemId($item_id, $uid)->toArray();
|
||||
|
||||
DI::apiResponse()->exit('status', ['status' => $status_info], $this->parameters['extension'] ?? null);
|
||||
DI::apiResponse()->exit('statuses', ['status' => $status_info], $this->parameters['extension'] ?? null);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue