mirror of
https://github.com/friendica/friendica
synced 2025-04-19 08:30:11 +00:00
Rename setIgnore() to ignore()
This commit is contained in:
parent
d2c210753a
commit
bf0782dc6b
3 changed files with 6 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue