mirror of
https://github.com/friendica/friendica
synced 2025-04-29 14:24:22 +02:00
Remove FollowRequest type and use mstdnAccount->createFromContactId instead
This commit is contained in:
parent
18bb181a78
commit
f40cd60e39
3 changed files with 4 additions and 71 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue