Remove FollowRequest type and use mstdnAccount->createFromContactId instead

This commit is contained in:
Hank Grabowski 2023-02-17 11:09:16 -05:00
parent 18bb181a78
commit f40cd60e39
3 changed files with 4 additions and 71 deletions

View file

@ -382,14 +382,6 @@ abstract class DI
return self::$dice->create(Factory\Api\Mastodon\Error::class);
}
/**
* @return Factory\Api\Mastodon\FollowRequest
*/
public static function mstdnFollowRequest()
{
return self::$dice->create(Factory\Api\Mastodon\FollowRequest::class);
}
/**
* @return Factory\Api\Mastodon\Poll
*/