mirror of
https://github.com/friendica/friendica
synced 2025-04-26 23:50:11 +00:00
API: Support for private mails
This commit is contained in:
parent
fcc18de9c5
commit
70259965df
8 changed files with 301 additions and 6 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue