mirror of
https://github.com/friendica/friendica
synced 2025-04-26 23:50:11 +00:00
Notifications are now supported as well
This commit is contained in:
parent
5bb5c44bd9
commit
cc5d4db6a3
6 changed files with 303 additions and 2 deletions
|
@ -311,6 +311,14 @@ abstract class DI
|
|||
return self::$dice->create(Factory\Api\Mastodon\Mention::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\Notification
|
||||
*/
|
||||
public static function mstdnNotification()
|
||||
{
|
||||
return self::$dice->create(Factory\Api\Mastodon\Notification::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\Tag
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue