"Person" is "Account"

This commit is contained in:
Michael 2022-04-05 20:06:04 +00:00
parent c0b3c527d6
commit e6ea015cb4
2 changed files with 4 additions and 4 deletions

View file

@ -1212,7 +1212,7 @@ class Processor
* @param array $activity
* @throws \Exception
*/
public static function blockPerson($activity)
public static function blockAccount($activity)
{
$cid = Contact::getIdForURL($activity['actor']);
if (empty($cid)) {
@ -1235,7 +1235,7 @@ class Processor
* @param array $activity
* @throws \Exception
*/
public static function unblockPerson($activity)
public static function unblockAccount($activity)
{
$cid = Contact::getIdForURL($activity['actor']);
if (empty($cid)) {