API: Media attachments are now supported
This commit is contained in:
@@ -239,6 +239,14 @@ abstract class DI
|
|||||||
return self::$dice->create(Factory\Api\Mastodon\Account::class);
|
return self::$dice->create(Factory\Api\Mastodon\Account::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return Factory\Api\Mastodon\Attachment
|
||||||
|
*/
|
||||||
|
public static function mstdnAttachment()
|
||||||
|
{
|
||||||
|
return self::$dice->create(Factory\Api\Mastodon\Attachment::class);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Factory\Api\Mastodon\Emoji
|
* @return Factory\Api\Mastodon\Emoji
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user