Notifications are now supported as well
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user