mirror of
https://github.com/friendica/friendica
synced 2025-04-27 00:30:10 +00:00
Improved cards handling, simplified Bearer handling
This commit is contained in:
parent
7d8c152aaf
commit
bade0a2345
7 changed files with 120 additions and 29 deletions
|
@ -255,6 +255,14 @@ abstract class DI
|
|||
return self::$dice->create(Factory\Api\Mastodon\Attachment::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\Card
|
||||
*/
|
||||
public static function mstdnCard()
|
||||
{
|
||||
return self::$dice->create(Factory\Api\Mastodon\Card::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\Emoji
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue