API: Support for private mails
This commit is contained in:
@@ -263,6 +263,14 @@ abstract class DI
|
||||
return self::$dice->create(Factory\Api\Mastodon\Card::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\Conversation
|
||||
*/
|
||||
public static function mstdnConversation()
|
||||
{
|
||||
return self::$dice->create(Factory\Api\Mastodon\Conversation::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\Emoji
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user