Notifications are now supported as well

This commit is contained in:
Michael 2021-05-09 11:50:05 +00:00
parent 5bb5c44bd9
commit cc5d4db6a3
6 changed files with 303 additions and 2 deletions

View file

@ -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
*/