API: Enable edit
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user