mirror of
https://github.com/friendica/friendica
synced 2025-04-29 13:44:23 +02:00
API: New entity "status"
This commit is contained in:
parent
3d455645e7
commit
cd3d4ae4e6
6 changed files with 297 additions and 7 deletions
|
@ -279,6 +279,14 @@ abstract class DI
|
|||
return self::$dice->create(Factory\Api\Mastodon\Relationship::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\Status
|
||||
*/
|
||||
public static function mstdnStatus()
|
||||
{
|
||||
return self::$dice->create(Factory\Api\Mastodon\Status::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Twitter\User
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue