Rename setIgnore() to ignore()
This commit is contained in:
@@ -60,7 +60,7 @@ class FollowRequests extends BaseApi
|
||||
DI::intro()->delete($introduction);
|
||||
break;
|
||||
case 'ignore':
|
||||
$introduction->setIgnore();
|
||||
$introduction->ignore();
|
||||
$relationship = DI::mstdnRelationship()->createFromContactId($contactId, $uid);
|
||||
|
||||
DI::intro()->save($introduction);
|
||||
|
||||
Reference in New Issue
Block a user