mirror of
https://github.com/friendica/friendica
synced 2025-05-03 06:24:16 +02:00
API: Enable edit
This commit is contained in:
parent
01558d6dda
commit
92807d86a3
7 changed files with 239 additions and 29 deletions
|
@ -379,6 +379,14 @@ abstract class DI
|
|||
return self::$dice->create(Factory\Api\Mastodon\Status::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\StatusSource
|
||||
*/
|
||||
public static function mstdnStatusSource()
|
||||
{
|
||||
return self::$dice->create(Factory\Api\Mastodon\StatusSource::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\ScheduledStatus
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue