Rename setIgnore() to ignore()

This commit is contained in:
Philipp 2021-10-19 21:04:24 +02:00
parent d2c210753a
commit bf0782dc6b
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
3 changed files with 6 additions and 3 deletions

View file

@ -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);