API: Support for private mails

This commit is contained in:
Michael 2021-05-19 21:56:50 +00:00
parent fcc18de9c5
commit 70259965df
8 changed files with 301 additions and 6 deletions

View file

@ -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
*/