Add custom emojis Mastodon API endpoint
This commit is contained in:
@@ -228,6 +228,14 @@ abstract class DI
|
||||
return self::$dice->create(Factory\Api\Mastodon\Account::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\Emoji
|
||||
*/
|
||||
public static function mstdnEmoji()
|
||||
{
|
||||
return self::$dice->create(Factory\Api\Mastodon\Emoji::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\FollowRequest
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user