Added API calls, removed fields
This commit is contained in:
@@ -311,6 +311,14 @@ abstract class DI
|
||||
return self::$dice->create(Factory\Api\Mastodon\Status::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\ScheduledStatus
|
||||
*/
|
||||
public static function mstdnScheduledStatus()
|
||||
{
|
||||
return self::$dice->create(Factory\Api\Mastodon\ScheduledStatus::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\ListEntity
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user