mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-12 07:34:26 +02:00
Function renamed, documentation added
This commit is contained in:
parent
aac965be7d
commit
93263a820d
4 changed files with 9 additions and 5 deletions
|
@ -190,7 +190,7 @@ class Statuses extends BaseApi
|
|||
if (empty($id)) {
|
||||
DI::mstdnError()->InternalError();
|
||||
}
|
||||
System::jsonExit(DI::mstdnScheduledStatus()->createFromId($id, $uid)->toArray());
|
||||
System::jsonExit(DI::mstdnScheduledStatus()->createFromDelayedPostId($id, $uid)->toArray());
|
||||
}
|
||||
|
||||
$id = Item::insert($item, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue