mirror of
https://github.com/friendica/friendica
synced 2025-04-26 23:50:11 +00:00
API: First steps to support subscriptions
This commit is contained in:
parent
1e305e748d
commit
e28a4265c5
18 changed files with 416 additions and 20 deletions
|
@ -319,6 +319,14 @@ abstract class DI
|
|||
return self::$dice->create(Factory\Api\Mastodon\ScheduledStatus::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\Subscription
|
||||
*/
|
||||
public static function mstdnSubscription()
|
||||
{
|
||||
return self::$dice->create(Factory\Api\Mastodon\Subscription::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\ListEntity
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue